Function advent::y2017::day2::multiples

source ·
pub fn multiples(row: &mut Vec<u32>) -> u32
Expand description

Each row has 2 numbers where the larger is an whole multiple of the smaller. Find those and return the quotient