1000 digits by leonid (alnum)

srand 777
class Fixnum
alias each times
for i in 1000
print rand 2
end
end

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

download

return to the top page