/advent_of_code_2020

My solutions to AOC2020

Primary LanguageElixirMIT LicenseMIT

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