test

Ruby code posted by tester
created at 06 Jun 01:26

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
Just want to see what this does to normal text - I have to make sure it works.

def test(one)
  puts one
end

1.upto(9) |n|
  puts n
end

puts test(1)
162 Bytes in 2 ms with coderay