object HelloAle { def main(args: Array[String]): Int = { println("Hello, ale!") } }