21 May 2016

Welcome!

by

First post to test my new blog.

Testing a code snippet:

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

Check out the resume that I’ve just set up.

tags: