Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 630 Bytes

Advent of Code in Rust

This repository contains my solutions to the Advent of Code challenges, written in the Rust programming language.

Project Structure

  • 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.

Usage

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>

License

This project is licensed under the MIT license.