Factorial1000 by pooq

procedure main()
every(i:=1)*:=2to 1e3
write(i)
end

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

download

return to the top page