Run »
fun main() { var greeting = "Hello" println(greeting) }
Hello