Initial commit

This commit is contained in:
2025-08-09 20:33:08 +10:00
commit 7364a3ac3e
8 changed files with 1923 additions and 0 deletions

5
Bobfile Normal file
View File

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