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