/* * Some existing header here */ package foo object Hello extends App { println("Hello, world!") }