Function aoc::year2020::day08::execute

source ยท
fn execute(
    input: &[Instruction],
    pc: usize,
    acc: i32,
    visited: &mut [bool],
) -> State