🎄Advent of Code - Day 6 ✨part 2
This commit is contained in:
parent
09d89a9562
commit
fdea22ee18
2 changed files with 2 additions and 3 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue