标签: kotlin visual-studio-code
这是我第一次尝试在 VS 代码中使用 Kotlin。在 Android Studio 中,它运行良好。
fun main(args: Array<String>) { println("Hello World!") }