fn sum_muls(instructions: &Vec<Instruction>) -> u32Expand description
Solution to part 1. Sums the results of applying all Mul instructions
fn sum_muls(instructions: &Vec<Instruction>) -> u32Solution to part 1. Sums the results of applying all Mul instructions