Numbers Cap by teebee

class X{static void Main(){for(long i=9,n=0;i<18;System.Console.Write("{0,"+i+++"}\n",++n*n))n*=10;}}

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

download

return to the top page