简单教程
提交运行
代码编辑器:
object Test { def main(args: Array[String]) { println("Hello\tWorld\n\n" ); } }
运行结果: