myString = "I'm programming!"
myBoolean = true
myNumber = 5
puts myString
puts myBoolean
puts myNumber