Initial commit

This commit is contained in:
seajee
2025-07-22 17:12:24 +02:00
commit 73387bb7a6
5 changed files with 223 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
test: test.c arena.h
cc -Wall -Wextra -DDEBUG -o test test.c
clean:
rm -rf test