No description
Find a file
Yann Esposito (Yogsototh) 14bf6df148
Day 15
2017-12-15 06:53:13 +01:00
app Day 15 2017-12-15 06:53:13 +01:00
inputs Day13 with 2 solution2 one naive, the other one faster 2017-12-13 16:19:36 +01:00
src Day 15 2017-12-15 06:53:13 +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 Day 15 2017-12-15 06:53:13 +01:00
LICENSE day1 2017-12-02 00:10:44 +01:00
package.yaml Day 15 2017-12-15 06:53:13 +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\""