Welcome to my blog!

Posted by Andy Feng on November 4, 2015

This is the first post.

Test code snippets:

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