vanishing alphabet by teebee

class X{static void Main(){for(int i=64,k=i,n=90;64<n;)System.Console.Write((char)(++i<n?i-64/i*54:(k^=i=63)>n?n:n--+32));}}

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

download

return to the top page