Skip to content

szabi/advent-of-code-2021-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 -- Haskell solutions by 'szabi'

Running the solutions

The solutions were executed with GHC 9.0.2, so that's what you should get with ghcup.

To run them, switch into the corresponding day* directory and run them Main.hs:

For the first two days, use

cd day1
runhaskell Main.hs

From the third day on, use

cd day3
cabal run

Branches

The original-attempts branch contains my original solutions. The main branch can contain updates to my solutions inspired by others I found later, and also translations of alternate solutions to compare and study.

About

Haskell solutions for [Advent of Code 2021](https://adventofcode.com/2021)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published