Here in this repository rests my humble solutions for the Advent of Code 2021 edition.
Everything is using Rust, I have tried to keep the dependencies at minimal, only using a few for error handling.
To check the solutions, you need to have input files named according to the day in the root of the project, e.g. day1.txt, day2.txt, ...