This is my first post with a first test:

def print_hello(name)
  puts "Hello, #{name}"
end
print_hello('World')
#=> prints 'Hello, World' to STDOUT.

Meanwhile you can visit my twitter account so you know I’m not just a robot.