aoc

My solutions for the Advent of Code
git clone https://git.tronto.net/aoc
Download | Log | Files | Refs | README

a.rs (81B)


      1 mod common;
      2 use common::*;
      3 
      4 fn main() {
      5     println!("{}", simulate(2).len());
      6 }