1 2 3 4 5 6 7
mod common; use common::*; fn main() { let mut monkeys = read_input(); println!("{}", res_after_n_rounds(&mut monkeys, 20, 3)); }
Generated with cgit - Back to sebastiano.tronto.net