Skip to content

SMartinScottLogic/advent_2024

Repository files navigation

advent_2024

Setup new day

To setup a new day, ready for solving, run:

cargo xtask setup day${N}

Where N is the day number, for example:

cargo xtask setup day2

Will setup day2 (does NOT perform any git actions)