Expression for appreciation by uru

class _{static{int i,j=1;for(i=1;i++<10;j=10*j+i)System.out.printf("%9d * 9 +%3d = %d\n",j,i,j*9+i);}}

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

download

return to the top page