Home

Awesome

Advent of Code 2024

Tests Stars: 41

This year I am going to try to do Advent of Code in Gleam. To run a day's problems use the command

gleam run -m day01/solution

To run the unit tests for all the days run

gleam test

For some problems, setting the AOC_DEBUG environment variable outputs additional information.