Factorial1000 by teebee

procedure main()
i:=1
every i*:=1to 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