Function aoc::year2018::day19::parse

source ยท
pub fn parse(input: &str) -> (u32, u32)
Expand description

Extracts the two unique numbers from the input then calculates the composite numbers needed for both parts.