Install just so you can use the predefined commands
# setup cargo project for current year
just setup <year> #e.g. just setup 2023
# add solution for today (works only in december during AoC)
just create
# add solution for specific year and day
just create-specific 2023 12
For more handy commands check the justfile