Object HellowWord{ def main(args:Array[String]){ println("HelloWord"); } }
def dosomething(x :Int):Int = { x += 2; }
Object 是孤立的单例对象:
===================