Tag system by nn

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

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

download

return to the top page