Files
ground_fork/Bobfile
2025-08-10 16:08:56 +10:00

6 lines
79 B
Plaintext

compiler "g++";
binary "ground";
source "src/main.cpp";
flag "Ofast";
compile;