All of my advent of code solutions in one place. I realised that having a tonne of them as git repositories in my account would basically be academic yapping.
I'm using AOC this year to learn perl. All solutions take in the puzzle input on standard input. Run by executing:
perl X.pl < INPUT
Everything has been tested on perl 5.38.
2021 solutions can be found here.
My plan is to do AoC 2024 in python, common lisp and emacs lisp to get a good combination of boring and monotonous but relevant langauges and languages that are more interesting and fun but realistically a dead end. I might use another language on top for visualisations.