package foo object Hello { def main(args: Array[String]): Unit = { println("hello") } }