Add solutions for "Day 5: Cafeteria", part 1 and 2
This commit is contained in:
@@ -14,6 +14,10 @@ This project does not contain the puzzle or example inputs as per the [copyright
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/4>, :white_check_mark: Solver: [`PrintingDepartment`](src/printing_department.rs)
|
||||
|
||||
### Day 5: Cafeteria
|
||||
|
||||
:mag_right: Puzzle: <https://adventofcode.com/2025/day/5>, :white_check_mark: Solver: [`Cafeteria`](src/cafeteria.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