Start work on lists

This commit is contained in:
2025-08-10 13:31:28 +10:00
parent f43f79b869
commit 2e388c6e68
4 changed files with 231 additions and 8 deletions

View File

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