aboutsummaryrefslogtreecommitdiff
path: root/2022/09/b.rs
blob: 1d43500bdb93afd8baca55482b3d61406b360f0b (plain)
1
2
3
4
5
6
mod common;
use common::*;

fn main() {
    println!("{}", simulate(10).len());
}

Generated with cgit - Back to sebastiano.tronto.net