From 579c643f3f9a0468bf664bf9503c43d42161b1fe Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 1 Dec 2024 23:25:31 +0100 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c313b0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ---> Zig +zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..416012d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# advent_of_code_2024 +