better README

This commit is contained in:
Yann Esposito (Yogsototh) 2017-12-06 23:22:59 +01:00
parent e028ff3f3e
commit c3886608cd
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1 +1,17 @@
# adventofcode
# 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
~~~