Scala HelloWorld 示例代码

object HelloWorld {

def main(args: Array[String]): Unit = {

println("Hello World ! ")

}

}

你可能感兴趣的:(Scala HelloWorld 示例代码)