Function aoc::year2023::day18::parse

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