HTML paragraph by bk1e

a,b;main(){while(~(b=getchar()))if(a&&a-10||b-32){if(a&&(a-32||b-10&&b-32))putchar(a);a=b;}}

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

download

return to the top page