This commit is contained in:
2025-08-10 16:08:56 +10:00
parent 3f2482d7ea
commit f8397e85d4
4 changed files with 57 additions and 7 deletions

View File

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