Solutions implemented in Rust lang for aoc-2021
Install Rust and cargo
cargo build
cargo run
You can also run single scripts after installing the dependencies with cargo build
; for e.g. to run day5.rs
rustc -L target/debug/deps src/day5.rs && ./day5