// Kotlin Hello Example // Source code file Hello.kt // The customary Hello World program // in a new language. fun main(args: Array) { println("Hello, World!") }