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

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

Generated with cgit - Back to sebastiano.tronto.net