Hi! This repo contains solutions to the 50 Advent of Code 2021 puzzles. The goal of the project was to learn Rust from the grounds up & have some fun along the way.
I encourage you to give AoC a shot if you haven't already and enjoy!
Each solution is its own Rust project. So, just cd into the respective directory and run cargo in release mode.
cd day01_part1/
cargo run --release
You can also try them out with your input, by replacing the contents of the respective data.in
files with your data.