5 lines
86 B
Scala
5 lines
86 B
Scala
object HalloWelt {
|
|
def main(args: Array[String]) {
|
|
println("Hallo, Welt!")
|
|
}
|
|
} |