Initial commit

This commit is contained in:
Gabe 2024-12-01 23:25:31 +01:00
commit 579c643f3f
2 changed files with 8 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# ---> Zig
zig-cache/
zig-out/
build/
build-*/
docgen_tmp/

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# advent_of_code_2024