i just started learning Kotlin and downloaded IntelliJ idea and made this very simple file:
fun main() { println("hello Kotlin !"); }