FizzFizz by teebee

a=[];1.upto(100){i->s=a[i]?:"";a[3*i]="Fizz"+s;a[5*i]="Buzz"+s;println s?:i}

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

download

return to the top page