Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 468 Bytes

Advent of Code 2020

My solutions to Advent of Code 2020 in Elixir ❤️

My goals for AoC2020:

  • Exercise and improve my Elixir skills
  • Solve puzzles
  • Do it while remaining calm and enjoying the process

Run the tests

Check out the project, fetch the dependencies and run the tests:

mix deps.get
mix test