Skip to content

Gentleman1983/advent-of-code-2025

Repository files navigation

Advent of Code 2025

Simple project for Advent of Code 2025.

Done in Kotlin. ;)

For more information see https://adventofcode.com 2025.

All projects are built using build management system Gradle and GitHub Actions.

SonarQube SonarQube SonarQube SonarQube SonarQube

To run all solutions, simply run ./gradlew run. If you want to run the solution for day 5, simply run ./gradlew aoc2025:run day05.

Current status:

Day Part 1 Part 2
1 Kotlin Kotlin
2 Kotlin Kotlin
3 Kotlin Kotlin
4 Kotlin Kotlin
5 Kotlin Kotlin
6 Kotlin Kotlin
7 Kotlin Kotlin
8 Kotlin Kotlin
9 Kotlin Kotlin
10 Kotlin Kotlin
11 Kotlin Kotlin
12 Kotlin Kotlin
SUM 12 ⭐ 12 ⭐

Total: 24 ⭐

Solution image

AoC2025