This commit is contained in:
2025-08-10 15:42:52 +10:00
parent 2e388c6e68
commit 3f2482d7ea
5 changed files with 62 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
compiler "g++";
binary "ground";
source "src/main.cpp";
flag "O3";
compile;