My solutions to Advent of Code 2019 in Elixir ❤️
My goals for AoC2019:
- Complete every day
- Exercise and improve my Elixir skills
- Solve some puzzles
- Publish readable code
I will not optimize for speed, or for lines of code.
Check out the project, fetch the dependencies and run the tests:
mix deps.get
mix test