toggleCASE by chocobi

main(m,c){for(;c=~getchar();putchar(~c<11?(m=1,10):~c&95|m%2<<5))m+=~c<96;}

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

download

return to the top page