Function aoc::year2019::day15::part1

source ยท
pub fn part1(input: &(FastSet<Point>, Point)) -> i32
Expand description

BFS from the starting point until we find the oxygen system.