Hello, world!
Welcome to the gazillionth attempt at a website for me.
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
David Pace
Welcome to the gazillionth attempt at a website for me.
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.