AOC 2021

Solutions implemented in Rust lang for aoc-2021

Setup

Install Rust and cargo

How to run

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