/AOC-Day10-2019-Monitoring-Station

Advent of Code - Day 10 - 2019 solution https://adventofcode.com/2019/day/10

Primary LanguageElixir

Advent of Code - Day 10 - 2019: Monitoring Station

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!

Tests

The tests are more integration tests then unit tests and they can be ran:

mix test

Part 1 Solution

iex -S mix
Day10.part1()

Part 2 Solution

iex -S mix
Day10.part2()