No description
Find a file
Yann Esposito (Yogsototh) 6ee22fa9cc
day 10 solution 2
2017-12-10 14:43:56 +01:00
app day 10 solution 2 2017-12-10 14:43:56 +01:00
inputs day 10 solution 2 2017-12-10 14:43:56 +01:00
src day 10 solution 2 2017-12-10 14:43:56 +01:00
test day 10 solution 2 2017-12-10 14:43:56 +01:00
.dir-locals.el day2 2017-12-02 08:55:51 +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 10 solution 1 2017-12-10 13:07:53 +01:00
LICENSE day1 2017-12-02 00:10:44 +01:00
package.yaml day 10 solution 1 2017-12-10 13:07:53 +01:00
README.md better README 2017-12-06 23:25:23 +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