Collin Donnell

This is just a little test post.

# A code example
class Foo
  def initialize(name)
    @name = name
  end

  def say_hello
    puts "hello, #{name}"
  end
end

Some more writing after, including a link.

Enter your email to subscribe to updates.