Print numbers _Revised_ by tabasa

main(c){c=10;for(;c<18;c++)printf("%d\n",c);\x0d
for(c=0;c<6;c++)printf("%d\n","\x14\x16\x18\x1fdy"[c]);puts("10000");}

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

download

return to the top page