Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 220 Bytes

Advent of code 2018

One file per day/problem. To run, simply redirect the input file to stdin. For instance, for day one:

runghc Day1.hs < input/1

Problems can be found here: https://adventofcode.com/2018