Function adventofcode_rust_2015::day23::part2
source · [−]fn part2(input: &[Instruction]) -> i64
Expand description
Part 2: what is the value in register b after the program is finished executing if register a starts as 1 instead?
fn part2(input: &[Instruction]) -> i64
Part 2: what is the value in register b after the program is finished executing if register a starts as 1 instead?