Learning-HTMX/scala-cli-metals-attempt/src/main/scala/HelloWorld.scala

7 lines
117 B
Scala

@main
def hello() = {
println("Hello, world")
val aaaa = 15 * 7
println(s"I think this is working. $aaaa ")
}