1
0

Add solution for "Day 4: Printing Department", part 2

This commit is contained in:
Stefan Müller
2026-02-05 09:58:16 +01:00
parent b746cad9ae
commit 7a55f0be92
5 changed files with 106 additions and 38 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ fn lobby() {
#[test]
fn printing_department() {
assert_eq!(
Ok((13, 0)),
Ok((13, 43)),
solvers::run_solver(
solvers::printing_department::PrintingDepartment {},
&EXAMPLE_PATHS
+1 -1
View File
@@ -30,7 +30,7 @@ fn lobby() {
#[test]
fn printing_department() {
assert_eq!(
Ok((1433, 0)),
Ok((1433, 8616)),
solvers::run_solver(
solvers::printing_department::PrintingDepartment {},
&solvers::DATA_PATHS