An open API service indexing awesome lists of open source software.

https://github.com/zsarge/advent-of-code-2025

https://adventofcode.com/2025
https://github.com/zsarge/advent-of-code-2025

Last synced: 15 days ago
JSON representation

https://adventofcode.com/2025

Awesome Lists containing this project

README

          

# [Advent of Code 2025](https://adventofcode.com/2025)

## My Advent of Code 2025 Solutions:
(Click a number to view the associated solution.)

| 1 | 2 | 3 | 4 |
| - | -- | -- | -- |
| 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 |

[[View solutions filtered by language used]](solutionsByLanguages.md)



I have some scripts set up to make working on problems a smoother experience:

- [`addSolution.rb`](addSolution.rb) takes a problem number, creates the associated folder and file, and copies the problem's prompt from the website.
- [`generateReadme.rb`](generateReadme.rb) generates this readme based on the files in the solutions folder.

Every solution gets its own directory because I plan on varying the languages I use, and this keeps everything uniform.

Code by [Zack Sargent](https://github.com/zsarge).