Walk the line by uru

begin case random(3)of
0:write('ABCDEFGHIJKLMNOPQRSTUVWXYZ');1:write('Helloworld');2:write('qqqqqqqqqqqqqqqqqqqqq')end;end.

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

download

return to the top page