1. object HelloWorld {
  2.  
  3. def main(args: Array[String]): Unit = {
  4. println("Hello, World!")
  5. }
  6. }