object HelloWorld { def main(args: Array[String]): Unit = { println("Hello World") } }. Right click and run the program; You should see Hello World in the ...
確定! 回上一頁