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.