Skip to content

My solutions for Advent of Code 2021! Written in Haskell

Notifications You must be signed in to change notification settings

lovelyckaro/AOC2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 My solutions for Advent of Code 2021 🎄

Run a day using cabal run day[number], e.g. cabal run day3.

In .env put one line with year, and one with a session cookie, see .env.example for example.

To fetch a days description and your input use:

cabal run fetch [day]

Days should save solutions in ./answer/day[number]-part[number] To actually submit your solutions use

cabal run submit [day] [part]

About

My solutions for Advent of Code 2021! Written in Haskell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published