Repeated Number by teebee

class X{static void Main(){for(int i=1,n=9;n<9e7;)System.Console.WriteLine(n=8*i<n?i-=~n:n+i);}}

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

download

return to the top page