aoc
My solutions for the Advent of Code
git clone
https://git.tronto.net/aoc
Download
|
Log
|
Files
|
Refs
|
README
b.rs (82B)
1
mod common;
2
use common::*;
3
4
fn main() {
5
println!("{}", simulate(10).len());
6
}