add day 20 solution

This commit is contained in:
timeshifter
2026-06-25 22:51:57 +02:00
parent 7d087a5c14
commit 5fa82d159e
+1 -1
View File
@@ -4,7 +4,7 @@ fn main() {
let input = 1_000_000;
part1(input); // 831600
part2(input); // 110880 too low
part2(input); // 884520
}
fn part1(input: i64) {