[ create a new paste ] login | about

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

Ruby, pasted on Sep 28:
1
2
3
4
5
def Bar(x)
  p x
end

Bar 5


Output:
1
5


Create a new paste based on this one


Comments: