All Downloads are FREE. Search and download functionalities are using the official Maven repository.

example.Hello.scala Maven / Gradle / Ivy

The newest version!
package example

object Hello extends Greeting with App {
  println(greeting)
}

trait Greeting {
  lazy val greeting: String = "hello"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy