fun main() { println("Hello world!") } Another form of main accepts a variable number of String ... fun main(args: Array<String>) {
確定! 回上一頁