Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 233 Bytes

Advent of Code - Haskell

Learning Haskell, one challenge at a time.

Use runghc on the appropriate day you want to run from the root dir e.g.:

$ cd project-root
$ runghc ./2019/Day01.hs