4 lines
57 B
Scala
Raw Permalink Normal View History

2022-04-07 18:43:21 +02:00
object Hello {
Std.printString("Hello " ++ "world!")
}