Simplify Kotlin
Fixes #604 Co-Authored-By: Hamza Muric <hamzamuric9@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package hello
|
package hello
|
||||||
|
|
||||||
fun main(args: Array<String>) {
|
fun main() {
|
||||||
println("Hello World")
|
println("Hello World")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user