idiombook
7/16/2017 - 9:46 AM

Hello, World!

Scala

object Main {  
  def main(args: Array[String]): Unit = {
    println("Hello, World!")
  }
}