Add solution for "Day 6: Trash Compactor", part 1
This commit is contained in:
@@ -18,6 +18,10 @@ This project does not contain the puzzle or example inputs as per the [copyright
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/5>, :white_check_mark: Solver: [`Cafeteria`](src/solvers/cafeteria.rs)
|
||||
|
||||
### Day 6: Trash Compactor
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/6>, :white_check_mark: Solver: [`Trash Compactor`](src/solvers/trash_compactor.rs)
|
||||
|
||||
## Tests
|
||||
|
||||
The package contains unit tests for each solver to help troubleshoot issues and prevent regressions. These tests cover the solutions for provided examples and full data inputs. The solutions used within the tests are user-specific.
|
||||
|
||||
Reference in New Issue
Block a user