1 2 3 4 5 6
mod common; use common::*; fn main() { println!("{}", simulate(2).len()); }
Generated with cgit - Back to sebastiano.tronto.net