Skip to content

FrancisLfg/adventOfCode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventOfCode2019

Learning Haskell with advent of code 2019 -> https://adventofcode.com/2019/

Before running solutions you need to :

  • Install haskell (ghci)
  • Install stack

You can run any day code by :

  • cd to day
  • building with stack build
  • running code with input stack exec adventOfCode2019-day<X>-exe
  • running tests with stack test

About

https://adventofcode.com/2019/ in Haskell

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors