1
0

Add solution for "Day 6: Trash Compactor", part 2

This commit is contained in:
Stefan Müller
2026-02-07 17:27:09 +01:00
parent eeb399d9fc
commit 8496bcfdee
4 changed files with 81 additions and 21 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ fn cafeteria() {
#[test]
fn trash_compactor() {
assert_eq!(
Ok((4277556, 0)),
Ok((4277556, 3263827)),
solvers::run_solver(solvers::trash_compactor::TrashCompactor {}, &EXAMPLE_PATHS)
);
}