Me trying to solve AoC 2017 with Rust. Most important goal is to create idiomatic Rust code here (if I'll have enough time for that).
Also learn some stuff.
- Run tests suite for all days
cargo test
- Run tests suite for a specific day
cargo test day01
- Run specific day solver
cargo run --bin day01