code 13 May 2013

Example

Just another program.

def hello
  puts "hello world"
end
test, code 12 May 2013

Hello World

Just a hello world program

def hello
  puts "hello world"
end