Files
Adventura/COMPILE.txt
Martin Prokoph 693c389e3f Because of a weird task requirement, folders are not allowed
Who tf came up with this limitation? Seriously...
2025-02-01 19:05:56 +01:00

2 lines
91 B
Plaintext

mkdir build
g++ -std=c++23 -Wall ./main.cpp -o ./build/testCompiled && ./build/testCompiled