6 lines
56 B
Kotlin
Executable File
6 lines
56 B
Kotlin
Executable File
package hello
|
|
|
|
fun main() {
|
|
println("Hello World")
|
|
}
|