Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 335 Bytes

Advent of Code in Haskell in silly ways

Using stack:

git clone https://github.com/Intrets/AdventOfCode/
cd adventofcode/
stack init
stack run

To run every day of every year:

stack run

To run all of a specific year:

stack run 2020

To run a specific year and specific days:

stack run 2021 1 2 3 12 20