Solutions for AOC 2019
lib/contains the project source codeinput/contains the puzzle inputtest/contains the tests which are used to start the computation and check the output for the minimal example as well as the full input
Either run
mix testin the project root to start all tests or
mix test test/day_01.exsto start the tests for a specific day (i.e. day 1).