6 lines
78 B
Kotlin
6 lines
78 B
Kotlin
package hello
|
|
|
|
fun main(args : Array<String>) {
|
|
println("Hello, world!")
|
|
}
|