Answers for "hello world program scala"

0

scala hello world

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello, world!")
  }
}
Posted by: Guest on May-07-2020

Code answers related to "Scala"

Browse Popular Code Answers by Language