6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
package hello
|
|
|
|
fun main(args : Array<String>) {
|
|
println("Yo!")
|
|
}
|