1
0

Add solution for "Day 8: Playground", part 1

This commit is contained in:
Stefan Müller
2025-12-09 10:20:49 +01:00
parent 60a49cc5ce
commit 76b1e3cf89
4 changed files with 106 additions and 1 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ This project does not contain the puzzle or example inputs as per the [copyright
### Day 6: Trash Compactor
:mag_right: Puzzle: <https://adventofcode.com/2025/day/6>, :white_check_mark: Solver: [`Trash Compactor`](src/solvers/trash_compactor.rs)
:mag_right: Puzzle: <https://adventofcode.com/2025/day/6>, :white_check_mark: Solver: [`TrashCompactor`](src/solvers/trash_compactor.rs)
### Day 8: Playground
:mag_right: Puzzle: <https://adventofcode.com/2025/day/8>, :white_check_mark: Solver: [`Playground`](src/solvers/playground.rs)
## Tests