advent_of_code_2024::day_3

Function sum_muls

source
fn sum_muls(instructions: &Vec<Instruction>) -> u32
Expand description

Solution to part 1. Sums the results of applying all Mul instructions