1
0

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

This commit is contained in:
Stefan Müller
2026-07-09 23:35:25 +02:00
parent 55c8fe8de3
commit 884a287e63
7 changed files with 256 additions and 25 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ fn playground() {
#[test]
fn movie_theater() {
assert_eq!(
Ok((50, 0)),
Ok((50, 24)),
solvers::run_solver(solvers::movie_theater::MovieTheater {}, &EXAMPLE_PATHS)
);
}