pub fn parse(input: &str) -> Vec<i32>
Tokenizes the input treating both “noop” and “addx” as no-ops to obtain the correct instruction timing. Produces a vec of the absolute values of x from cycle 0 to 241.
vec
x