Let’s write the first program in Kotlin programming language. Open your favorite editor notepad or notepad++ and create a file named firstapp. kt with the following code . // Kotlin Hello World Program fun main(args: Array<String>) { println(“Hello, World!”) }14 Oca 2022