This is an implementation of the AdventOfCode challenges written in Rust.
My personal goal is to get into the programming language, as I've never written a single line of code in rust before.
- Install Rust
- Clone repo or download all files
- Run all implemented days:
cargo run
- Run specific day (e.g. day 1):
cargo run -- 1
- Download input data from AdventOfCode:
cargo run -- -d
- More information:
cargo run -- -h
cargo test