Function advent_solutions::advent2017::day23::part1 [] [src]

pub fn part1(instructions: &[Instruction]) -> isize

The coprocessor is currently set to some kind of debug mode, which allows for testing, but prevents it from doing any meaningful work.

If you run the program (your puzzle input), how many times is the mul instruction invoked?