Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

File metadata and controls

18 lines (13 loc) · 467 Bytes

Advent of Code 2024

I've been really enjoying working in the Gleam programming language, so I thought I'd try to complete all of Advent of Code this year in Gleam.

This project was created using adglent.

Running the code

# Test all days with the example inputs
gleam test

# Get the solution for a specific day
# gleam run -m day{n}/solve {part}, e.g.:
gleam run -m day1/solve 1