5 lines
72 B
Kotlin
5 lines
72 B
Kotlin
package io.kotlinstudy.tour
|
|
|
|
fun main() {
|
|
println("Hello, Kotlin")
|
|
} |