Function adventofcode_rust_2015::day23::part1
source · [−]fn part1(input: &[Instruction]) -> i64
Expand description
Part 1: What is the value in register b
when the program in your puzzle input is finished executing?
fn part1(input: &[Instruction]) -> i64
Part 1: What is the value in register b
when the program in your puzzle input is finished executing?