duplicates by rotary-o

using C=System.Console;class M{static void Main(){for(int b=0,c;(c=C.Read())>0;b=b==64&b!=c|c<11?0:c)if(c!=64&c!=b)C.Write((char)c);}}

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

download

return to the top page