2018-08-22 01:37:32 -03:00

6 lines
77 B
Kotlin
Executable File

package hello
fun main(args: Array<String>) {
println("Hello, world!")
}