Tag system by ush

char b[]="aaaaaaaaabc",*p=b;main(){for(;puts(b)%80;)*strcat(p++,"aaa\x00bc"+198%*p)=*p++=32;}

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

download

return to the top page