1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-03-22 04:06:41 +01:00
blog/static/files/cpp/exceptions-and-raii/placeholders/test.cpp

7 lines
98 B
C++
Raw Normal View History

#include "placeholders.hpp"
int main() {
todo("finish later ({})", "in 3 days");
return 0;
}