glebec / advent-of-code-2018

My solutions for the 2018 Advent of Code challenge

Home Page:https://adventofcode.com/2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My solutions for the 2018 Advent of Code challenge

https://adventofcode.com/2018

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%