第一次在博客园写文章,试一试代码的功能
fun test() { println("Hello, bcnblogs!") var a = 1 var b = 2 println(b - a) }
这个Kotlin代码不能识别啊,很是失望~~