diff --git a/src/main/kotlin/day1/Trebuchet.kt b/src/main/kotlin/day1/Trebuchet.kt index 3f25076..042f798 100644 --- a/src/main/kotlin/day1/Trebuchet.kt +++ b/src/main/kotlin/day1/Trebuchet.kt @@ -25,7 +25,7 @@ class Trebuchet { val calibrations = readCalibrationsFromFile() // print calibrations val calibrationData = calibrations.map { it -> - var digitsData = mapOf( + val digitsData = mapOf( "one" to "1", "two" to "2", "three" to "3",