aoc::year2018::day11

Function square

Source
fn square(sat: &[i32], size: usize) -> (i32, usize, usize)
Expand description

Find the (x,y) coordinates and max power for a square of the specified size.