fn parse_program(line: &str) -> Vec<u8> ⓘ
Parse e.g. Program: 2,0,2,4 into vec![2,0,2,4]
Program: 2,0,2,4
vec![2,0,2,4]