blog/files/cpp/exceptions-and-raii/placeholders/test.cpp
github-actions[bot] e7e47384d5 deploy: c06941d75a
2023-11-24 17:33:21 +00:00

6 lines
98 B
C++

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