diff options
Diffstat (limited to '2024/template.cpp')
| -rw-r--r-- | 2024/template.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2024/template.cpp b/2024/template.cpp new file mode 100644 index 0000000..8428266 --- /dev/null +++ b/2024/template.cpp | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include <iostream> | ||
| 2 | #include <vector> | ||
| 3 | #include <algorithm> | ||
| 4 | using namespace std; | ||
| 5 | |||
| 6 | int main() { | ||
| 7 | while (cin >> TODO) | ||
| 8 | ; | ||
| 9 | return 0; | ||
| 10 | } | ||
