advent_of_code_2024::day_6

Type Alias Position

source
type Position = (usize, usize);