Kotlin Lire l'entrée comme int
readLine()!!.toInt()
RosiePuddles
readLine()!!.toInt()
fun main() {
val userinput = readLine()
}