aoc::year2018::day22

Function part1

Source
pub fn part1(input: &[i32; 3]) -> i32
Expand description

Build the minimum grid to the target then calculate the risk level.