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