Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
2af1c7e03f Merge branch 'day12' 2025-12-12 22:09:20 +00:00
b3f8ab19ff Add hyperfine to nix env 2025-12-12 22:08:19 +00:00
bc89b177a2 Add README 2025-12-12 14:55:11 +00:00
2 changed files with 17 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# 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,6 +17,7 @@
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
zig zig
zls zls
hyperfine
]; ];
buildInputs = with pkgs; []; buildInputs = with pkgs; [];