Hello, World!

def print_hi(name)
  puts "Hello, #{name}"
end
print_hi('There')
#=> prints 'Hi, There' to STDOUT.