[ create a new paste ] login | about

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

Ruby, pasted on May 28:
1
2
3
4
5
def hi
puts "hello world"
end

hi


Output:
1
hello world


Create a new paste based on this one


Comments: