int i;main(){for(;i<25;)__builtin_printf("%d\n","\x13\x14\x15\x16\x17\x18\x14\x15\x16\x17\x18\x19\x1a\x17\x14\x15\x19\x17\x18\x15\x16\x17\x18\x19\x19"[i++]);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page