count down by yowa

char*p;main(s,t){for(gets(p=t);*p>47;p[1]/--*p?*++p+=9:0)puts(p);}

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

download

return to the top page