Dashboard Temp Share Shortlinks Frames API

HTMLify

hello-world.scala
Views: 794 | Author: demo
1
2
3
4
5
object HelloWorld {
    def main(args: Array[String]): Unit = {
        println("Hello, World!")
    }
}