Alnum challenge by uru

var i,j:word;begin for j:=1to 2do begin for i:=1to 8000do write(9);writeln end end.

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

download

return to the top page