Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 238 Bytes

Tyler's Advent of Code 2023

Language: Rust

How to run

cargo run {DAY} {PART}

For example, to run the code for the second half of the fifth day's puzzle, use the command cargo run 5 2.