Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1006 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 1006 Bytes

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.

How to run

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

Previous years:

  • 2017 (different language every day)
  • 2018 (various languages)
  • 2019 (julia)
  • 2020 (crystal)
  • 2021 (various languages)
  • 2022 (Ruby)