1
0

Add solutions for "Day 5: Cafeteria", part 1 and 2

This commit is contained in:
Stefan Müller
2025-12-06 00:52:43 +01:00
parent 312731ce06
commit 0730ce7f01
5 changed files with 155 additions and 8 deletions
+4
View File
@@ -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.