This project is inspired by https://github.com/timkelleher/aocgen
cp .env.example .env
Copy your cookie from adventofcode.com and paste it in your .env
as the AOC_SESSION
environment variable.
./aocgen gen -y 2022 -d <day>
./aocgen run -y 2022 -d <day>
./aocgen input -y 2022 -d <day>