aoc::year2018::day10

Function bounding_box

Source
fn bounding_box(points: &[Point]) -> (i32, i32, i32, i32)