Initial commit

This commit is contained in:
seajee
2025-11-18 21:33:06 +01:00
commit b13e0f09c1
3 changed files with 608 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
test: main.c hm.h
cc -Wall -Wextra -ggdb -o test main.c
clean:
rm -rf test