Skip to content

Commit 5b588a1

Browse files
committed
Finished day 18
1 parent 0cd591c commit 5b588a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
3636
| 15 |||
3737
| 16 <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Kotlin_Icon.png/600px-Kotlin_Icon.png" width="10" height="10" alt="Kotlin" /> |||
3838
| 17 |||
39-
| 18 <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Kotlin_Icon.png/600px-Kotlin_Icon.png" width="10" height="10" alt="Kotlin" /> | | |
39+
| 18 <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Kotlin_Icon.png/600px-Kotlin_Icon.png" width="10" height="10" alt="Kotlin" /> | | |
4040
| 19 |||
4141
| 20 |||
4242
| 21 |||
4343
| 22 |||
4444
| 23 |||
4545
| 24 |||
4646
| 25 |||
47-
| **SUM** | **17** | **17** |
47+
| **SUM** | **18** | **18** |
4848

49-
Total: 34
49+
Total: 36

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.aoc2015'
7-
version '0.17.4'
7+
version '0.18.0'
88

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

0 commit comments

Comments
 (0)