diff --git a/2024/day11/src/lib.rs b/2024/day11/src/lib.rs index 7b71eea..e4aaaf4 100644 --- a/2024/day11/src/lib.rs +++ b/2024/day11/src/lib.rs @@ -125,7 +125,7 @@ helper::tests! { } part2 { small => 22; - default => 0; + default => 241651071960597; } } helper::benchmarks! {}