Skip to content

optimizacija/advent-of-code-2021

Repository files navigation

Advent of Code 2021 Rust Solutions

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!

Running solutions

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.