Skip to content

ear/advent-of-code-2017

Repository files navigation

🎄 Advent of Code 2017

🛠 How to use the programs

To compile and run the programs do:

$ cd day-NN
$ ghc -W -Wall --make -O3 -fforce-recomp -outputdir dist/ Name.hs -o Name
$ ./Name

They'll output the solutions to their respective problems.

About

Advent of Code 2017 — http://adventofcode.com/2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published