Skip to content

Gentleman1983/advent-of-code-2022

Repository files navigation

Advent of Code 2022

Simple project for Advent of Code 2022.

Planned to be done primarily in Kotlin. Please beware of code quality issues, because these are my first steps on Kotlin. I added some long running solutions of part 2 as Java implementations.

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

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 aoc2023: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 JAVA
12 Kotlin Kotlin
13 Kotlin Kotlin
14 Kotlin Kotlin
15 Kotlin Kotlin
16 Kotlin JAVA
17 Kotlin JAVA
18 Kotlin Kotlin
19 Kotlin Kotlin
20 Kotlin Kotlin
21 Kotlin Kotlin
22 Kotlin Kotlin
23 Kotlin Kotlin
24 Kotlin Kotlin
25 Kotlin Kotlin
SUM 25 ⭐ 25 ⭐

Total: 50 ⭐

Solution image

AoC2022