aoc::year2023::day18

Function part1

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