Tag system by ush

char b[]="aaaaaaaaabc",*p=b;main(){for(;puts(b),p[1];)*strcat(p++,"aaa\0bc"+198-*p*2)=*p++=32;}

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

download

return to the top page