first commit

This commit is contained in:
2023-08-15 16:31:07 +02:00
commit 85c68bc097
20 changed files with 729 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
debug:
gcc -Wall -g *.c
gdb a.out
run:
gcc -Wall ./src/*.c
./a.out