alternating case lines by teebee

n=0;System.in.any{c->printf'%c',c<65?c:n?c|32:c&95,n=c>10?n:!n}

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

download

return to the top page