adventofcode/README.md
Yann Esposito (Yogsototh) c3886608cd
better README
2017-12-06 23:25:23 +01:00

285 B

Adventofcode 2017

My solution to advent of code 2017 in Haskell.

I try to use protolude and to write down the tests I made GHCi.

Mainly to play with it:

> stack build; and stack exec adventofcode-exe

To launch the tests:

> stack test