aoc::year2022::day09

Type Alias Input

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