Hello world/Text: Difference between revisions

m
“Recommendated” -> Recommended
m (“Recommendated” -> Recommended)
Line 2,648:
<lang Scala>println("Hello world!")</lang>
===Via Java runtime===
This is a call to the Java run-time library. '''Not recommendatedrecommended'''.
<lang Scala>System.out.println("Hello world!")</lang>
 
===Via Scala Console API===
This is a call to the Scala run-time library. '''Recommendated'''.