Compare commits
No commits in common. "master" and "day12" have entirely different histories.
2 changed files with 0 additions and 17 deletions
16
README.md
16
README.md
|
|
@ -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 | [ ] | [ ] |
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
zig
|
zig
|
||||||
zls
|
zls
|
||||||
hyperfine
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [];
|
buildInputs = with pkgs; [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue