jimchen5209 says to Kotlin新手討論區&OKTW插件開發群 Language: kotlin Source: fun main(args: Array<String>) { println("Hello, world!") } Result: Hello, world!