Big Number by hallvabo

class B{static{for(int n=22;n<1e8;n=n*7/3)System.out.print(n);}}

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

download

return to the top page