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
- Host: GitHub
- URL: https://github.com/zsarge/advent-of-code-2025
- Owner: zsarge
- License: mit
- Created: 2025-12-16T02:17:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T03:02:24.000Z (6 months ago)
- Last Synced: 2025-12-19T13:50:51.075Z (6 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).