test

Ruby code posted by test
created at 22 Mar 21:06

Edit | Back
1
2
3
4
5
6
def putter(text)
  puts text
end

putter 'Hello World!'
#=> Hello World!
77 Bytes in 2 ms with coderay