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

purcell/adventofcode2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell solutions for 2016 Advent of Code

These little solutions are optimised for tidiness rather than speed of writing. In some cases I've code-golfed them for performance or elegance, in the interest of learning new tools and techniques.

Usage

With stack installed:

stack setup
stack build
stack exec adventofcode2016 [DAYNUM]

where DAYNUM is the number of one of the days of Advent!

About

Advent of Code 2016, in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published