Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 236 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 236 Bytes

Advent of Code 2023

My attempt at doing AoC with Rust.

To run any given day/part do cargo run -p day-00 --bin part1 (Changing the day and part to the desired one)

Or cd into a day and run cargo test or cargo run --bin part2