alternating case lines by inaniwa

a;main(c){for(;read(0,&c,1);)a^=putchar(c>64?c&~32|a:c)-10?0:32;}

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

download

return to the top page