HTMLify

simple-string-manipulation.rb
Views: 227 | Author: demo
name = "John"
greeting = "Hello, #{name}!"
puts greeting

Comments