This is a collection of my Advent of Code solutions.
To add a new year, copy the template folder and rename it to the year.
cp -r template aoc2024Then, edit the .env file in the new folder. Though this is not required if it is still a
valid session token from adventofcode.com
This project uses git-crypt to encrypt my secrets with gpg.
If I don't have access to the private keys anymore, I can just generate a new .env file by
copying the dot-env.example file.
cp dot-env.example .env