Skip to content

mborromeo/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode 2024

This is my attempt at the Advent of Code 2024. I will be using Elixir for this challenge.

You can run the code in the IEx shell, with the runner script:

AdventOfCode.run(1)

where the argument is the day you want to run.

Otherwise you can build the project with

mix escript.build

and then run the executable with the day as an argument:

./advent_of_code 1

All the quizzes are solved in the lib directory, and the tests are in the test directory.

Please consider that this is my first time using Elixir, so the code might not be the most idiomatic :)

About

Advent of Code 2024 in... Elixir!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages