package language.mainint fun main(args: Array): Int { println("Hello world: Int") return 0 }