/advent_of_code_2021

Rust solutions for the 2021 edition of Avent of Code

Primary LanguageRustMIT LicenseMIT

Advent of Code 2021 - Rust Solutions

Solutions for the 2021 edition of the Advent of Code.

The goal is to use idiomatic Rust as much as possible. For example, I used iterators instead of for loops.