Brian Ewing

Hello world

First blog post. :)

  1. Brian Ewing says:

    1
    2
    3
    
    def test
      puts "Code on blog :)"
    end
    

    1
    2
    3
    
    def test():
      print 'Code on blog :)'
    end
    

Post a comment


(lesstile enabled - surround code blocks with ---)