aoc::year2023::day18

Type Alias Input

Source
type Input = (Vec<(Point, i32)>, Vec<(Point, i32)>);