Function aoc::year2018::day11::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.