6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
compiler "g++";
|
|
binary "ground";
|
|
source "src/main.cpp";
|
|
flag "Ofast";
|
|
compile;
|