| Copyright | (c) Eric Mertens 2017 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Main
Description
Documentation
solve :: Vector Int -> (Int, Int) Source #
Compute both parts of Day 6
>>>solve (V.fromList [0,2,7,0])(5,4)