Skip to content

Commit 745b645

Browse files
committed
updated past score
1 parent 4c88ded commit 745b645

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
5252
Total: 16 ⭐
5353

5454
## Prior Years contribution:
55-
| Year | Language(s) | Total Stars | Link to repository |
56-
|------|--------------------------------------------------|---------------------------|------------------------------------------------------|
57-
| 2022 | Kotlin, Gradle (max. JAVA 17), GitHub Actions | 50 ⭐ + 2 ⭐ (Meili Riddle) | [aoc2022](https://github.com/Gentleman1983/aoc2022) |
58-
| 2021 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2021](https://github.com/Gentleman1983/aoc2021) |
59-
| 2020 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2020](https://github.com/Gentleman1983/aoc2020) |
60-
| 2019 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2019](https://github.com/Gentleman1983/aoc2019) |
61-
| 2018 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2018](https://github.com/Gentleman1983/aoc2018) |
62-
| 2017 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2017](https://github.com/Gentleman1983/aoc2017) |
63-
| 2016 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2016](https://github.com/Gentleman1983/aoc2016) |
64-
| 2015 | JAVA 17 , Kotlin, Python, Gradle, GitHub Actions | 50 ⭐ | [aoc2015](https://github.com/Gentleman1983/aoc2015) |
55+
| Year | Language(s) | Total Stars | Link to repository |
56+
|------|-------------------------------------------------|---------------------------|------------------------------------------------------|
57+
| 2022 | Kotlin, Gradle (max. JAVA 17), GitHub Actions | 50 ⭐ + 2 ⭐ (Meili Riddle) | [aoc2022](https://github.com/Gentleman1983/aoc2022) |
58+
| 2021 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2021](https://github.com/Gentleman1983/aoc2021) |
59+
| 2020 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2020](https://github.com/Gentleman1983/aoc2020) |
60+
| 2019 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2019](https://github.com/Gentleman1983/aoc2019) |
61+
| 2018 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2018](https://github.com/Gentleman1983/aoc2018) |
62+
| 2017 | JAVA 21, Gradle, GitHub Actions | ?? ⭐ | [aoc2017](https://github.com/Gentleman1983/aoc2017) |
63+
| 2016 | JAVA 21, Kotlin, Groovy, Gradle, GitHub Actions | 50 ⭐ | [aoc2016](https://github.com/Gentleman1983/aoc2016) |
64+
| 2015 | JAVA 17, Kotlin, Python, Gradle, GitHub Actions | 50 ⭐ | [aoc2015](https://github.com/Gentleman1983/aoc2015) |

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
// project meta data
66
group 'de.havox_design.aoc2023'
7-
version '0.8.0'
7+
version '0.8.1'
88

99
// Switch to gradle "all" distribution.
1010
wrapper {

0 commit comments

Comments
 (0)