advent_of_code_2024::day_12

Type Alias Plot

source
type Plot = (usize, usize);
Expand description

Coordinates of a plot within a Garden