Taking a stab at this in rust this year.
Example run
# run day x part x
cargo run --release -- <day> <part>
# run day x part x with test input
cargo run --release -- <day> <part> --test
Generate new day:
# will prompt for day - just use english word. for example on day 10, use "ten"
make gen-day
Note for self:
On my personal machine, I'm storing this project in /Users/<usr>/rust/code-advent-2024
.