编辑代码

object HelloWorld {
  def main(args: Array[String]) {
    println("Hello, world!")
  }
}