Run »
fun main() { val name = "John" println("Hello " + name) }
Hello John