[ create a new paste ] login | about

Link: http://codepad.org/OwpgzoR7    [ 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: