mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
7 lines
98 B
C++
7 lines
98 B
C++
|
#include "placeholders.hpp"
|
||
|
|
||
|
int main() {
|
||
|
todo("finish later ({})", "in 3 days");
|
||
|
return 0;
|
||
|
}
|