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

giant-teapot/adventofcode-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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