Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 250 Bytes

Aoc2021

Warning this repo serves as a learning experience in Elixir.

Running the code

In the project folder, run:
iex -S mix
Then type Day<N>.run<M> where <N> is the day number and <M> is the task number, for example: Day1.run1