This repo contains the code to solve the puzzles from 2025 Advent of Code. The README.md file in the folder for each day contains my observations when solving that day's puzzle.
Unless day-specific README.md files contain specific instructions, use the following commands to execute the solution.
crystal dayX.cr <filename>elixir dayX.exs <filename>cargo run <filename>scala dayX.scala -- <filename>
| Days | Crystal (v1.18.2) | Elixir (v1.19.4) | Rust (v1.91.1) | Scala (v3.7.4) |
|---|---|---|---|---|
| 1 | x | x | ||
| 2 | x | x | ||
| 3 | x | x | ||
| 4 | x | x |
Copyright (c) 2025, Venkatesh-Prasad Ranganath
Licensed under BSD 4-Clause “Original” or “Old” License (https://choosealicense.com/licenses/bsd-4-clause/)
Authors: Venkatesh-Prasad Ranganath