Run »
fun main() { /* The code below will print the words Hello World to the screen, and it is amazing */ println("Hello World") }
Hello World