Advent Of Code Solutions (Haskell)With a flavor of code golfingMore oriented towards short length & running speed than readabilityStructure1 module per 1 problemSource is located inside /src/Y{year}/Prob{number}.hsInput needs to go into /input/{year}/{number} for corresponding problemHow to runcabal run and put Year and CodeCode: e.g. 5.Fst for the first problem, 5.Snd for the second problemCode all to run through problems 01-25BenchmarkDone on Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz with 4GB+4GB DDR3 RAM Multithreading not usedInput reading time includedAoC2021 Benchmark