Kotlin Hello World Program fun main(args: Array<String>) { println("Hello, World!") } You can compile and run the program using Kotlin's ...
確定! 回上一頁