No description
Find a file
2017-12-21 00:45:37 +01:00
app trying to get back on track... 2017-12-21 00:45:37 +01:00
inputs day 16 sol 1 2017-12-17 03:01:29 +01:00
src trying to get back on track... 2017-12-21 00:45:37 +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 trying to get back on track... 2017-12-21 00:45:37 +01:00
LICENSE day1 2017-12-02 00:10:44 +01:00
package.yaml trying to get back on track... 2017-12-21 00:45:37 +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\""