Language: Gleam
To run the solutions, cd
into the day's directory and:
gleam run -m part1 <input_file>
gleam run -m part2 <input_file>
I don't generally write a ton of tests for these until they get tedious, but:
gleam test
Years are available by their branch (2023
, 2024
, etc.). I typically do a different
language every year.