Richie Bendall a220d20d5e Simplify Kotlin
Fixes #604

Co-Authored-By: Hamza Muric <hamzamuric9@gmail.com>
2020-03-30 05:45:31 +13:00

6 lines
56 B
Kotlin
Executable File

package hello
fun main() {
println("Hello World")
}