Factorial1000 by inaniwa

s=1\x0d
1.upto(1000){|i|\x0d
  s*=i\x0d
}\x0d
puts s

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

download

return to the top page