6 lines
92 B
Text
6 lines
92 B
Text
class Main
|
|
|
|
main (arguments : Array [String] ) : Unit =
|
|
println ("Hello world!")
|
|
|
|
end
|