Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2af1c7e03f | |||
| b3f8ab19ff | |||
| bc89b177a2 |
2 changed files with 17 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal 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 | [ ] | [ ] |
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
nativeBuildInputs = with pkgs; [
|
||||
zig
|
||||
zls
|
||||
hyperfine
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue