aoc::year2023::day17

Function part1

Source
pub fn part1(grid: &Grid<i32>) -> i32
Expand description

Search with a maximum of 3 steps in any direction.