Skip to content

Advent of Code solutions **SPOILERS**

License

Notifications You must be signed in to change notification settings

rikharink/adventofcode

Repository files navigation

Advent of Code 2023

Advent of Code

Instructions

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