This repository has been archived on 2026-01-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground-old/Bobfile
2025-08-09 20:33:08 +10:00

6 lines
76 B
Plaintext

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