Subfactorial FIXED by inaniwa

a=1;b=0;puts a,b;for n in 1...50;puts c=n*(b+a);a=b;b=c;end

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

download

return to the top page