Skip to content

kupych/aoc_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 Solutions

How to use:

  1. Copy your input files into the files folder, using the day as the name (e.g.: files/1 would be the location of your Day 1 input)
  2. Run iex -S mix in the root folder.
  3. To run the solutions for a given day, use the following syntax: Aoc.Day.solve(X) where X is the number of the day you'd like to solve.

You can also solve all of the days by running Aoc.Day.solve() without any arguments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published