danoneata / adventofcode

Solutions to advent of code exercises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adventofcode Build Status

Solutions to advent of code exercises.

Usage

First, install stack.

Run the test suite to confirm the code conforms to the problem set examples:

stack test

Run the solver for a problem set:

stack exec src/Y2015/D01.hs

About

Solutions to advent of code exercises.

License:MIT License


Languages

Language:Haskell 100.0%