Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 967 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 967 Bytes

My solutions to Advent of Code 2024

I am mostly using Janet 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

janet solution.janet (reads input from a file called input.txt in the current working directory)

Previous years: