Initial Commit

This commit is contained in:
2024-06-11 08:31:59 +02:00
commit bbbfea74df
20 changed files with 29186 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Doppelspaltenapp in C
## Quickstart:
```console
gcc nob.c -o nob
./nob
```