I decided to learn Haskell with this year's AoC. Expect most solutions to be in Haskell. If I am very tight on time, I might resort to Python, but I try to avoid it.
| Day | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Task 01 | ||||||||||||
| Task 02 | ⭐ |
The Haskell icon has been released into the public domain and can be found here.
The python icon is licensed under the GPL and can be found here.
The ferris icon is licensed under CC0 and can be found here.
examplescontains the examples as separate files. The file names follow the formatday{day:02d}_{counter:02d}.txtinputsthe same for the inputs, but without the counter, i.e.,day{day:02d}.txt.- The other directories are named after a programming language and contain the solutions to AoC in that programming language. This year, there is a
Haskelland (potentially) apythondirectory. The READMEs in each directory tell you how to run the solutions.