aoc::year2023::day18

Function lava

Source
fn lava(moves: &[(Point, i32)]) -> i64
Expand description

Find the volume of the lava which is the number of interior and boundary points.