diff --git a/src/main/kotlin/AdventOfCode2023/day6/WaitForIt.kt b/src/main/kotlin/AdventOfCode2023/day6/WaitForIt.kt index 6d7e2fc..3ced8be 100644 --- a/src/main/kotlin/AdventOfCode2023/day6/WaitForIt.kt +++ b/src/main/kotlin/AdventOfCode2023/day6/WaitForIt.kt @@ -1,7 +1,6 @@ package AdventOfCode2023.day6 import AdventOfCode.Puzzle -import java.util.stream.Collectors data class Race(val raceTime: Long, val distance: Long) class WaitForIt : Puzzle("2023", "6") { diff --git a/src/main/resources/aoc2023/input_day6.txt b/src/main/resources/aoc2023/input_day6.txt index da82459..46f0492 100644 --- a/src/main/resources/aoc2023/input_day6.txt +++ b/src/main/resources/aoc2023/input_day6.txt @@ -1,2 +1,2 @@ -Time: 49787980 -Distance: 298118510661181 \ No newline at end of file +Time: 49 78 79 80 +Distance: 298 1185 1066 1181 \ No newline at end of file