- With a flavor of code golfing
- More oriented towards short length & running speed than readability
- 1 module per 1 problem
- Source is located inside
/src/Y{year}/Prob{number}.hs - Input needs to go into
/input/{year}/{number}for corresponding problem
cabal runand put Year and Code- Code: e.g.
5.Fstfor the first problem,5.Sndfor the second problem - Code
allto run through problems 01-25
- Done on Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz with 4GB+4GB DDR3 RAM
- Multithreading not used
- Input reading time included
- AoC2021 Benchmark