This commit is contained in:
2024-12-02 18:53:23 +01:00
parent 1f3d56dea0
commit 1318a10f15
5 changed files with 172 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# inputs
demo.txt
input.txt
# binaries
main
test
# object files
*.o
# zig...
.zig-cache
*.log