Skip to content
/ AoC Public

Advent of Code 2020

License

Notifications You must be signed in to change notification settings

Nhlest/AoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 solutions by N`hlest

Using haskell and a bit of bash + coreutils as a meme

How to run

Haskell

stack run -- <list of modules to run or leave empty to run them all sequentially>
stack test # To run tests
stack test --ta '-p "01"' # To run tests for first day only