FizzFizz by ush

main(i,x){for(;i<101;)x=printf(x%3?x%5?"%d\n"+2*!(x/i):"Buzz":"Fizz",i)-4?++i:x%3?x/5:x/3;}

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

download

return to the top page