mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:52:06 +02:00
3 lines
63 B
Scala
3 lines
63 B
Scala
object HelloWorld extends App {
|
|
println("Hello, World!")
|
|
}
|