Problems are available at https://adventofcode.com/2024
Solutions are implemented in Go.
To generate a template for a specific day, use the following command:
./template.sh <DAY>
The script can also download the puzzle input if a session cookie is provided:
AOC_SESSION_COOKIE=<SESSION_COOKIE> ./template.sh <DAY>