mostly working, eats some data

This commit is contained in:
bronku 2025-11-14 21:14:14 +01:00
parent cf024f1c4c
commit 65a942f799
3 changed files with 149 additions and 4 deletions

View file

@ -18,7 +18,10 @@ build/run/1.in:
run: build/main build/run/1.in
build/main -i build/run/1.in -d build/run/tmp
run_alt: build/main build/run/1.in
build/main -i build/run/1.in -d build/run/tmp -n 11 -b 100
debug: build/main tests/1.in
lldb -- build/main
.PHONY: clean run debug test generate
.PHONY: clean run debug test generate run_alt