Skip to content

Andriamanitra/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)