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

libretto.examples.HelloWorld.scala Maven / Gradle / Ivy

The newest version!
package libretto.examples

import libretto.scaletto.StarterAppScala

object HelloWorld extends StarterAppScala[String] {
  override def blueprint: Done -⚬ Val[String] =
    constVal("Hello world!")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy