Skip to content

bereal/AdventOfCodeHaskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Haskell

This is a repository for AoC solutions in Haskell. The input data is downloaded automatically.

Running

stack run -- [OPTIONS]

where options:

-y[YEAR]     --year=[YEAR]        year (by default, the latest one)
-d[DAY]      --day=[DAY]          day (by default, run all that are implemented)
-b[BASEDIR]  --basedir=[BASEDIR]  basedir where to store the session key and inputs
                                  (by default, ~/.advent-of-code)
-i[PATH]     --input=[PATH]       custom input file

About

Advent of Code in Haskell

Topics

Resources

Stars

Watchers

Forks