Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 406 Bytes

AoC 2024

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

Previous Years

Years are available by their branch (2023, 2024, etc.). I typically do a different language every year.