Scala 2020-09-11 15:55:49 object HelloWorld { def main(args: Array[String]): Unit = { println("Hello, world!") } }