From fdea22ee18b199427dcd5a10d8a535418822cfeb Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Wed, 6 Dec 2023 12:33:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=84Advent=20of=20Code=20-=20Day=206=20?= =?UTF-8?q?=E2=9C=A8part=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/AdventOfCode2023/day6/WaitForIt.kt | 1 - src/main/resources/aoc2023/input_day6.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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