kotlinstudy/io/kotlinstudy/tour/HelloWorld.kt

5 lines
72 B
Kotlin

package io.kotlinstudy.tour
fun main() {
println("Hello, Kotlin")
}