/advent-of-code-2018

My solutions for the 2018 Advent of Code challenge

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Advent of Code 2018

This repo contains my solutions to the 2018 Advent of Code challenge.

I will be attempting most or all of the solutions in Haskell (specifically GHC).

Setup

This project uses Stack. Assuming you have Stack installed, the easiest way to evaluate the code examples is to launch the GHCi REPL via stack ghci in the root directory.