Function aoc::year2022::day15::part2

source ยท
pub fn part2(input: &[Input]) -> u64
Expand description

Similar to part one, the logic is broken out into a separate function to enable testing.