/advent-of-code

Solutions to Advent of Code.

Primary LanguagePythonMIT LicenseMIT

Advent of Code

Solutions to Advent of Code.

Haskell

$ stack build
$ stack runghc [year]/Day[01-25].hs

Python

$ python [year]/day[01-25].py