学习scala-hello-world!

object cfa {
  def main(args: Array[String]){
    println("Hello,world!");
  }
}
很简单的hello,world!

你可能感兴趣的:(学习scala-hello-world!)