jabley / advent-of-code-2015

Sketches for Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Solutions for adventofcode.com.

Installation

Requires Haskell and Cabal.

> cabal sandbox init
> cabal install base16-bytestring
> cabal install cryptohash

and then

>cabal repl

to interactively explore the problems.

About

Sketches for Advent of Code


Languages

Language:Haskell 95.5%Language:Makefile 4.5%