8000 GitHub - Intrets/AdventOfCode: Advent of Code in Haskell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Intrets/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

0