aoc::year2024::day06

Function part2

Source
pub fn part2(grid: &Grid<u8>) -> usize
Expand description

Follow the guard’s path, checking every step for a potential cycle.