fn sum_similarity_scores(left: &Vec<u32>, right: &Vec<u32>) -> usize
Expand description
The solution to part 2. The similarity score for a number in the left-hand column is that number multiplied by the number of times it appears in the right-hand column.