6 lines
52 B
Kotlin
Vendored
6 lines
52 B
Kotlin
Vendored
package hello
|
|
|
|
fun main() {
|
|
println("Hello!")
|
|
}
|