advent-of-code
Advent of code
Each year is a separate directory.
Crystal
Years 2015, 2016, 2019, and 2023 are solved in Crystal. These directories are their own separate project each. Any dependencies, if any, are stored in the year's directory. Solutions can be run using crystal run
, passing the path to the solution file while being in the year's directory.
Ocaml
Years 2020, 2021, 2022 and 2024 are solved in Ocaml. There is a global dune project setup to facililtate the use of the shared utilities library aoclib
. Solutions can be run using dune exec aoc2024 day1 a
, changing the year number or day number as appropriate.
Repository
advent-of-code
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- 8 days ago
- December 1, 2023
License
Links
Synced at
Tue, 21 Jan 2025 09:06:42 GMT
Languages