Cut Down FIXED by clock

using System.Console;for(;;){def c=Read();when(c%96>64)Write(" ");Write((c|c>>6<<5):>char)}

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

download

return to the top page