Copyright | (c) Eric Mertens 2018 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2018/day/1
Day 1 gives us a list of differences to sum up. We compute the sum of these differences, and we search for duplicates in the partial sums of the differences list.