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

17 lines
285 B
Markdown

# Adventofcode 2017
My solution to [advent of code 2017](http://adventofcode.com) 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
~~~