My solutions to advent of code 2023.
You will need just installed.
For Rust you will also need cargo. Then in rust/
, you can simply run:
- for the puzzle input
just run <part[1,2]> <?day[01..25]> <?args>
- for the test input
just test <?part[1,2]> <?day[01..25]> <?args>
In the python/
directory run:
- for the puzzle input
just run <part[1,2]> <?day[01..25]>
- for the test input
just test <part[1,2]> <?day[01..25]>