No description
Find a file
Yann Esposito (Yogsototh) e4e6730348
added to main + total fns
2017-12-22 08:58:03 +01:00
app added to main + total fns 2017-12-22 08:58:03 +01:00
inputs day 18 sol1 2017-12-22 08:02:11 +01:00
src added to main + total fns 2017-12-22 08:58:03 +01:00
test Day 15 2017-12-15 06:53:13 +01:00
.dir-locals.el Day 14 2017-12-14 21:17:31 +01:00
.gitignore day1 2017-12-02 00:10:44 +01:00
.hlint.yaml day1 2017-12-02 00:10:44 +01:00
adventofcode.cabal added to main + total fns 2017-12-22 08:58:03 +01:00
LICENSE day1 2017-12-02 00:10:44 +01:00
package.yaml added to main + total fns 2017-12-22 08:58:03 +01:00
README.md added a comment 2017-12-14 21:57:28 +01:00
Setup.hs day1 2017-12-02 00:10:44 +01:00
stack.yaml day1 2017-12-02 00:10:44 +01:00

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

To launch only the tests of one day:

> stack test --test-arguments="-p \"Day 14\""