fun main() { println(Hello world!") }
val popcorn = 5 val hotdog = 7 var customers = 10 customers = 8 println(customers)
val customers = 10 println("there are $customers customers") println("there are ${customers +1} customers")