This repository contains my solutions to the Advent of Code challenges, written in the Rust programming language.
src/bin/
contains the solutions and unit tests for each day, for any years that I have completed.src/input/
contains the input files for each day.
To run the solutions for a given day, use the following command:
cargo run --bin <year>-<day>
To run the tests:
cargo test --bin <year>-<day>
This project is licensed under the MIT license.