This is a test of first post. #TODO

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