Kotlin教程:程序概念和关键词解释

理解Kotlin程序Hello World.kt中涉及的概念和关键词。

fun main(args: Array) {  
    println("Hello World!")  
}