Print out a lot _56K BEWARE_ by mushi

(use srfi-1)\x0d
(display 0)\x0d
(for-each (cut format #t " ~A" <>) (iota 99999 1))

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

download

return to the top page