1
0

Add solution for "Day 9: Movie Theater", part 1

This commit is contained in:
Stefan Müller
2025-12-10 23:52:19 +01:00
parent 77743a16dd
commit 695f08f99f
7 changed files with 80 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ This project does not contain the puzzle or example inputs as per the [copyright
:mag_right: Puzzle: <https://adventofcode.com/2025/day/8>, :white_check_mark: Solver: [`Playground`](src/solvers/playground.rs)
### Day 9: Movie Theater
:mag_right: Puzzle: <https://adventofcode.com/2025/day/9>, :white_check_mark: Solver: [`MovieTheater`](src/solvers/movie_theater.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.