If you are doing AoC this year, feel free to share your solutions here. I’d suggest to follow a little style questionary in order to keep information as clean as posible, so readers can easily find different approaches and solutions.
Given that an AoC day tipically consists in two parts each with a parsing phase an algorithmic phase
Questionary:
Which day is this solution for?
day XYZ
Link to your solution?
link here
How did you parse the input?
example: parsec-like library / String manipulation / dedicated library like aeson
/ no parsing, just build the solution as reading the string
How did you implement the algorithm?
examples: dedicated library like search-algorithms
/ Using the XXX Monad / manual implementation
Any comment about today’s problem? Was Haskell a good choice for it?
This is a more open question.