Source: Day 3: Mull It Over
Full solution for today (spoilers!).
Part 1
Given a string containing (among other gibberish) commands of the form
mul({A}, {B})
where{A}
and{B}
are integers, calculate the sum ofA*B
s.
Full solution for today (spoilers!).
Given a string containing (among other gibberish) commands of the form
mul({A}, {B})
where{A}
and{B}
are integers, calculate the sum ofA*B
s.