aoc::year2023::day18

Function parse

Source
pub fn parse(input: &str) -> (Vec<(Point, i32)>, Vec<(Point, i32)>)