Simplify Kotlin

Fixes #604

Co-Authored-By: Hamza Muric <hamzamuric9@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 05:45:31 +13:00
parent 693c9bebdc
commit a220d20d5e

View File

@@ -1,5 +1,5 @@
package hello
fun main(args: Array<String>) {
fun main() {
println("Hello World")
}