FizzFizz by teebee

enum F{F;int n,i;{for(String s;n++<100;System.out.println(s==""?n:s)){s="";for(i=3;n%i<1;i*=3)s+="Fizz";for(i=5;n%i<1;i*=5)s+="Buzz";}}}

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

download

return to the top page