tomjemmett / advent_of_code_2018

advent_of_code_2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2018

This is my attempt at solving this year's Advent of Code, in Haskell.

How to run

  • cabal run aoc2018 will run all of the days, giving you all of the solutions.
  • cabal run aoc2018 DAY_NUMBER will run the code for the give day.
  • cabal test will run the test suite, ensuring that the results are correct (first against the provided sample, then against the actual result).

About

advent_of_code_2018

License:MIT License


Languages

Language:Haskell 100.0%