Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 218 Bytes

Description

My AOC 2023 solutions in Rust.

How to run

To run the solution of a certain day, execute:

cargo run -p dayX # for the first part
cargo run -p dayX --features part2 # for the second part