Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 295 Bytes

aoc-2024

My Advent of Code 2024 solutions in rust. Slightly edited version of this template.

To run any day X, part P,

	cargo run -- -d X P

To run with input in test_input,

	cargo run -- -d X P -t