add day 20 solution
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user