Skip to content

lzm0/aoc-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5e5234 · Dec 22, 2023

History

57 Commits
Dec 5, 2023
Dec 22, 2023
Dec 1, 2023
Dec 17, 2023
Dec 5, 2023
Dec 5, 2023

Repository files navigation

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.