fn sum_gear_ratios(
    part_numbers: &Vec<PartNumber>,
    symbol_lookup: &HashMap<(usize, usize), char>
) -> u32
Expand description

Solution to part 2 - finds all the valid gears and sums the multiplications of their “gear ratio” numbers.