Stack Error

Ruby code posted
created at 23 Nov 21:17

Edit | Back
1
2
3
4
5
6
7
8
9
def a
  b
end

def b
  a
end

p a
41 Bytes in 3 ms with coderay