aoc::year2023::day18

Function part2

Source
pub fn part2(input: &(Vec<(Point, i32)>, Vec<(Point, i32)>)) -> i64