Compare commits

..

No commits in common. "master" and "day12" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View file

@ -1,16 +0,0 @@
# Advent of Code 2025
| Day | Part 1 | Part 2 |
| --- | ------ | ------ |
| 1 | [x] | [x] |
| 2 | [x] | [x] |
| 3 | [x] | [x] |
| 4 | [x] | [x] |
| 5 | [x] | [x] |
| 6 | [x] | [x] |
| 7 | [x] | [x] |
| 8 | [ ] | [ ] |
| 9 | [x] | [x] |
| 10 | [x] | [ ] |
| 11 | [x] | [x] |
| 12 | [ ] | [ ] |

View file

@ -17,7 +17,6 @@
nativeBuildInputs = with pkgs; [
zig
zls
hyperfine
];
buildInputs = with pkgs; [];