Factorial1000 by clock

for(n=[],i=r=1e3;i;i--)for(j=2568;j--;r=0|r/10)n[j]=(r+=i*n[j]|0)%10
n.map(putstr)

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

download

return to the top page