/aoc-2021

My solutions for the Advent of Code 2021 puzzles

Primary LanguageRustMIT LicenseMIT

AOC 2021

My solutions for the Advent of Code 2021 puzzles, implemented in Rust.

Running the solutions

This repo uses cargo-aoc cli tool/library. To run a solution follow the instructions to install and set up cargo-aoc. Then run

cargo aoc -d <day> -p <part>

License

The code in this repository is licensed under the terms of the MIT license.