aoc::year2022::day15

Function 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.