aoc::year2023::day16

Function count

Source
fn count(input: &Input, start: (Point, u32)) -> usize
Expand description

Count the number of energized tiles from a single starting location.