FizzFizz by lpha

i=1;main(t){i<101&&main(printf(t%3?t%5?"%d\n"+2*(i>t):"Buzz":"Fizz",i)>3?t/=t%3?5:3:++i);}

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

download

return to the top page