Skip to content

Solutions to the Advent Of Code 2021 with Haskell. The goal is to make it (somewhat) readable

License

Notifications You must be signed in to change notification settings

p-kostic/AdventOfCode2021

Repository files navigation

AdventOfCode2021

GitHub issues GitHub forks GitHub stars visitors GitHub license Twitter

Solutions to the Advent Of Code 2021 with Haskell. The goal is to make it (somewhat) readable

Template from samcoy3/advent-of-code-template

Running

Assuming you're familiar with stack. More info about running can be found in the template repository linked above.

stack run -- -d 9 Runs Day 9's solutions.

stack run -- --day 14 --input "wibble.txt" Runs Day 14's solutions, using the input file "wibble.txt".

stack run -- -d 1 -i "alex.txt" --timings Runs Day 1's solutions, using the input file "alex.txt". Also prints timing information for each solution.

stack run -- --all-days Runs the solutions from all days.

About

Solutions to the Advent Of Code 2021 with Haskell. The goal is to make it (somewhat) readable

Topics

Resources

License

Stars

Watchers

Forks