Skip to content

paulo-silva/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2024

To run a solution:

$ iex -S mix
AdventOfCode2024.run(1) # <= day
# {:ok, 22_588_371}

Each day challenge has 2 parts, so for each part, we have a specific commit and tag, that you can use to execute the specific day/part you want, like:

$ git checkout day_1_1st_solution
AdventOfCode2024.run(1) # <= day
# {:ok, 1_590_491}

About

Solutions for advent of code 2024

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages