fn run(input: &[i64], value: i64) -> i64
Start IntCode computer sending a single initial value. Receives multiple values from the output channel returning only the last one.
IntCode