Lower ASCII value by nu

p;main(c){for(;~c;p=c>10?p?!putchar(c<p?c:p):c:!puts(&p))c=getchar();}

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

download

return to the top page