Circumference of circle by teebee

enum C{C;int n;{for(;++n<13;)System.out.printf("%.3f%n",6.28318*(n%11+1/n*10+n/12*98));}}

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

download

return to the top page