first commit

This commit is contained in:
2026-07-10 13:46:25 +02:00
commit b68c572824
3 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
all:
gcc -o typoml src/*
run:
./typoml
clean:
rm -f typoml