My attempt at https://adventofcode.com/2023
Note: All task input files are excluded from the repository with ".gitignore" – we should not post them publicly, as Eric Wastl asks for: Tweet.
- Run
make DAY=01 prep
with the day number. The example here is for Day 01 - Run
make input
to download the input file into the day's folder - Run
make test
to run current day's file
- Login to AoC
- Most requests should use your session cookie, copy it. It starts with "session=" until ";"
- Put it into "cookie.txt"
- Set "day.txt" to "template"
- Run
make test