Merge pull request #290 from hastebrot/patch-1

Update kotlin.kt
This commit is contained in:
Mike Donaghy
2017-02-12 16:09:11 -06:00
committed by GitHub

View File

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