Skip to content

Gentleman1983/advent-of-code-2020

Repository files navigation

Advent of Code 2020

Simple project for Advent of Code 2020.

Done in Kotlin. ;)

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

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 Kotlin
12 Kotlin Kotlin
13 Kotlin Kotlin
14 Kotlin Kotlin
15 Kotlin Kotlin
16 Kotlin Kotlin
17 Kotlin Kotlin
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

AoC2020