Gleam solutions to Advent of Code
- Install Gleam >= 1.6.2
- Clone this repository
- Set the
ADVENT_OF_CODE_SESSION_ID
environment variable to have the value of yoursession
cookie from adventofcode.com (or create a file in the project root with your input atinput/<year>/<day>.txt
) - Run a solution with:
chmod +x ./aog.sh
./aog.sh <year> <day>