Skip to content

Laci556/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Advent of Code 2024 solutions written in Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages