Initial commit

This commit is contained in:
2025-04-11 16:46:03 +10:00
commit ac17ed2067
3 changed files with 157 additions and 0 deletions

4
Bobfile Normal file
View File

@@ -0,0 +1,4 @@
compiler "g++";
binary "bob";
source "src/main.cpp";
compile;