Skip to content

Commit 7554315

Browse files
committed
Finished day 17
1 parent c321def commit 7554315

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
@@ -35,7 +35,7 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
3535
| 14 |||
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" /> |||
38-
| 17 | | |
38+
| 17 | | |
3939
| 18 |||
4040
| 19 |||
4141
| 20 |||
@@ -44,6 +44,6 @@ To run all solutions, simply run `./gradlew run`. If you want to run the solutio
4444
| 23 |||
4545
| 24 |||
4646
| 25 |||
47-
| **SUM** | **16** | **16** |
47+
| **SUM** | **17** | **17** |
4848

49-
Total: 32
49+
Total: 34

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.16.4'
7+
version '0.17.0'
88

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

0 commit comments

Comments
 (0)