My first Scala program

Yup, it’s hello world and the file’s called Hello.scala.

package greeter

object Hello extends App {
    println("Hello world!")
}
This was posted 8 months ago. It has 1 note.
  1. allfuzzy posted this