initial commit

This commit is contained in:
2025-10-15 14:15:01 +02:00
commit 00275cef8f
2 changed files with 94 additions and 0 deletions

2
makefile Normal file
View File

@@ -0,0 +1,2 @@
CFLAGS = -lcurses -std=c23 -Wextra -pedantic -Wall
main: main.c