Welcome to the Blog portion of this site
Hey all!
I always wanted a blog, so here one is. I won’t go as far as to commit to actually consistently writing in this thing, but it’s nice to have a place to put stuff.
Apparently I can do code snippets, like this:
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.