aoc::year2017::day25

Function turing

Source
fn turing(
    rules: &[[Rule; 2]],
    state: usize,
    tape: usize,
    max_steps: u32,
) -> Skip