Add files and test template

This commit is contained in:
2026-02-25 18:15:29 +01:00
commit 6ae8349ba2
3 changed files with 161 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
```bash
g++ "code.cpp" -o a.out && ./a.out < input.txt && rm a.out
```