Because of a weird task requirement, folders are not allowed

Who tf came up with this limitation? Seriously...
This commit is contained in:
Martin Prokoph
2025-02-01 19:05:56 +01:00
parent d8ae57eb3e
commit 693c389e3f
25 changed files with 66 additions and 59 deletions

View File

@@ -1 +1,2 @@
g++ -std=c++23 -Wall ./src/main.cpp -o ./build/testCompiled && ./build/testCompiled
mkdir build
g++ -std=c++23 -Wall ./main.cpp -o ./build/testCompiled && ./build/testCompiled