5 lines
No EOL
101 B
Scala
5 lines
No EOL
101 B
Scala
object HelloWorld {
|
|
def main(args: Array[String]) = {
|
|
println("Hello, world")
|
|
}
|
|
} |