Code Monkey

So just for the hell of it I decided to toss a code highlighter on here. Let's see how it works.

Some Ruby:

#!/usr/bin/env ruby
def highlightme
  puts("Coding goodness")
end

highlightme