This is my Advent of Code day 10 solution.
Code here: /lib/
Tests here: /test/
It is very messy but this took be a longer when I only have an hour her and there.
Would love any feedback!
The tests are more integration tests then unit tests and they can be ran:
mix test
iex -S mix
Day10.part1()
iex -S mix
Day10.part2()