编辑代码
Scala代码
2.13.2
运行
object
HelloWorld
{
def
main
(
args
: Array[String]) {
println
(
"Hello, world!"
) } }