Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 595 Bytes

File metadata and controls

24 lines (17 loc) · 595 Bytes

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