No description
Find a file
Yann Esposito (Yogsototh) c859f301b6
⚠️ WIP ⚠️
2017-12-26 23:19:40 +01:00
app fix day16 sol 2 2017-12-26 21:17:44 +01:00
inputs day 20 sol1 2017-12-23 10:14:29 +01:00
src ⚠️ WIP ⚠️ 2017-12-26 23:19:40 +01:00
test fix day16 sol 2 2017-12-26 21:17:44 +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 fix day16 sol 2 2017-12-26 21:17:44 +01:00
LICENSE day1 2017-12-02 00:10:44 +01:00
package.yaml fix day16 sol 2 2017-12-26 21:17:44 +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 day 20 sol1 2017-12-23 10:14:29 +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\""