Nice! Declaring the type is optional because Kotlin does something called type inference: it can figure out the type by itself.
Oh noes! Int is short for integer, which is a kind of number. We want to create a String-type variable.
Int
String