object Geeks { //main method def main(args: Array[String]) { println("Hello World!") } }