FizzFizz by FizzyTea

for(a=i=[];i++<100;a[i*3]='Fizz'+x,a[i*5]='Buzz'+x)print((x=a[i]||'')||i)

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

download

return to the top page