Alnum challenge by leonid (alnum)

class Fixnum
def inspect
upto 8007 do
print 9
end
end
end
p 9
p 9

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page