Day08 2021
This commit is contained in:
@@ -8,7 +8,7 @@ class Input(private val value: String) {
|
||||
|
||||
class Mapper(val value: List<String>) {
|
||||
val ints get() = value.map { it.toInt() }
|
||||
val longs get() = value.map { it.toInt() }
|
||||
val longs get() = value.map { it.toLong() }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user