[ create a new paste ] login | about

Link: http://codepad.org/KOJLN4Kw    [ raw code | output | fork ]

Ruby, pasted on Mar 12:
1
2
3
4
5
def helloworld
  puts 'Hello world'
end

helloworld


Output:
1
Hello world


Create a new paste based on this one


Comments: