/advent-of-code-2019

Advent of Code 2019 Solutions in Haskell

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

Advent of Code 2019

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

I will be attempting 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.

Problems

Day Prompt Solution
1 The Tyranny of the Rocket Equation src/Day01/Solution.hs
2 1202 Program Alarm src/Day02/Solution.hs
3 Crossed Wires src/Day03/Solution.hs
4 Secure Container src/Day04/Solution.hs
5
6 Universal Orbit Map src/Day06/Solution.hs
7
8 Space Image Format src/Day08/Solution.hs
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25