My solutions to Advent of Code 2023
I am mostly using the Flix programming language this year. Some days may include additional implementations in other languages such as Ruby or Haskell or whatever else I felt like writing that day.
For example to run day 1 solution (you will need to install java (ewww) and download flix.jar):
$ cd day01
$ java -jar flix.jar solution.flix