diff --git a/2023/src/day21.rs b/2023/src/day21.rs index 6a7382b..b572d21 100644 --- a/2023/src/day21.rs +++ b/2023/src/day21.rs @@ -99,7 +99,6 @@ fn compute_infinimap( Ok(final_counts) } -// 616665063284297 too high pub fn part2(input: &[u8]) -> anyhow::Result { // This is wrong for things that aren't the input but it works for me, so… let dests = [65, 65 + 131, 65 + 2 * 131];