We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0c803 commit 163b1d4Copy full SHA for 163b1d4
README.md
@@ -32,7 +32,7 @@ This repository contains my solutions to the yearly [Advent of Code](https://adv
32
| 9 | [Disk Fragmenter](https://adventofcode.com/2024/day/9) | ⭐️⭐️ | [Python](/2024/python/day09.py) |
33
| 10 | [Hoof It](https://adventofcode.com/2024/day/10) | ⭐️⭐️ | [Python](/2024/python/day10.py) |
34
| 11 | [Plutonian Pebbles](https://adventofcode.com/2024/day/11) | ⭐️⭐️ | [Python](/2024/python/day11.py) |
35
-| 12 | [?](https://adventofcode.com/2024/day/12) | | |
+| 12 | [Garden Groups](https://adventofcode.com/2024/day/12) | ⭐️⭐️ | [Python](/2024/python/day12.py) |
36
| 13 | [?](https://adventofcode.com/2024/day/13) | | |
37
| 14 | [?](https://adventofcode.com/2024/day/14) | | |
38
| 15 | [?](https://adventofcode.com/2024/day/15) | | |
0 commit comments