Files

3 lines
56 B
Kotlin

fun main() {
println(readLine()?.split(",")?.size)
}