aoc::year2018::day19

Function 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.