Skip to content

Commit

Permalink
Remove testing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bertptrs committed Dec 21, 2023
1 parent a891d08 commit 949de03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2023/src/day21.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ fn compute_infinimap<const L: usize>(
Ok(final_counts)
}

// 616665063284297 too high
pub fn part2(input: &[u8]) -> anyhow::Result<String> {
// This is wrong for things that aren't the input but it works for me, so…
let dests = [65, 65 + 131, 65 + 2 * 131];
Expand Down

0 comments on commit 949de03

Please sign in to comment.