Repository of solutions for the Advent of Code 2025. This year the language is Ruby. Enjoy programming!
The source code of the repository, each day will be store in its dayXX folder:
.
├── LICENSE
├── README.md
└── dayXX
Each day solution has the following structure:
/ dayX
├- {partOne,partTwo}.rb: Scripts for solutions for part one and two
├- sample.txt: Sample input case
├- input.txt: Day input case
└- [...]: other stuff
- Ruby - Language used
- Ismael Taboada - @ismtabo
This repository is under MIT License - look up LICENSE for more details