Test Post!

March 2, 2021

A test post. Here’s some code:

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