run hello on kotlin code example Example: how to write hello world in kotlin fun main() { println("Hello World!") }