Inintal commit

This commit is contained in:
2026-02-14 15:05:12 +01:00
commit 625297106e
21 changed files with 75105 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONY: start test clean
start:
lua src/main.lua
test:
lua src/main.lua --test
clean:
rm -f *.o *.so