Language Basics Ruby

puts "2+2 = #{2+2}" # Adds 2+2 to make 4
# A comment on a line by itself