https://github.com/harmim/aoc-2025
Advent of Code 2025 (Kotlin)
https://github.com/harmim/aoc-2025
advent-of-code advent-of-code-2025 christmas kotlin puzzle
Last synced: 26 days ago
JSON representation
Advent of Code 2025 (Kotlin)
- Host: GitHub
- URL: https://github.com/harmim/aoc-2025
- Owner: harmim
- License: mit
- Created: 2025-12-03T15:52:44.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-01-11T23:40:41.000Z (6 months ago)
- Last Synced: 2026-01-12T03:23:05.972Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2025, christmas, kotlin, puzzle
- Language: Kotlin
- Homepage: https://adventofcode.com/2025
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- 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) 🎄
```
|
-+-
A
/=\ /\ /\ ___ _ __ _ __ __ __
i/ O \i / \/ \ / _ \| '__|| '__|\ \ / /
/=====\ / /\ /\ \| __/| | | | \ \/ /
/ i \ \ \ \/ / / \___/|_| |_| \ /
i/ O * O \i / /
/=========\ __ __ /_/ _
/ * * \ \ \/ / /\ /\ __ _ ____ | |
i/ O i O \i \ / __ / \/ \ / _` |/ ___\ |_|
/=============\ / \ |__| / /\ /\ \| (_| |\___ \ _
/ O i O \ /_/\_\ \ \ \/ / / \__,_|\____/ |_|
i/ * O O * \i
/=================\
|___|
```
**Implemented in Kotlin**
## Results
| Day | Part 1 | Part 2 |
|:--------------------------------------------:|:------:|:------:|
| [Day 1](https://adventofcode.com/2025/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2025/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2025/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2025/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2025/day/5) | ⭐ | ⭐ |