[ create a new paste ] login | about

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

Ruby, pasted on Jul 10:
1
2
3
def f(l,b,c) s="\#\# #{l}, #{b} bytes\n\n    #{c}";return s;end

puts f("Java",43,"Hello World!")


Output:
1
2
3
## Java, 43 bytes

    Hello World!


Create a new paste based on this one


Comments: