Skip to content

Commit f3258a6

Browse files
committed
Finished day25
1 parent 645a7c3 commit f3258a6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Simple project for Advent of Code 2023.
44

55
Planned to be done primarily in [Kotlin](https://kotlinlang.org). Please beware of code quality issues, because these
6-
are early steps on Kotlin. Some tasks may be solved in other languages like Python or JAVA 21.
6+
are early steps on Kotlin. Day 24 part 2 is solved in Python for better performance and easier solution instead of
7+
Kotlin.
78

89
For more information see https://adventofcode.com [2023](https://adventofcode.com/2023)
910

@@ -44,10 +45,10 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
4445
| 22 |||
4546
| 23 |||
4647
| 24 || ⭐ <img src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png" width="10" height="12" alt="Python" /> |
47-
| 25 | | |
48-
| **SUM** | **24** | **24** |
48+
| 25 | | |
49+
| **SUM** | **25** | **25** |
4950

50-
Total: 48
51+
Total: 50
5152

5253
## Prior Years contribution:
5354
| Year | Language(s) | Total Stars | Link to repository |

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.24.5'
7+
version '0.25.0'
88

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

0 commit comments

Comments
 (0)