FizzFizz by %20

for$n(1..100){$n/=3,$f++until$n%3;$f=!print'Fizz'x$f.'Buzz'x(!($n%5)+!($n%25))||$n,$/}

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

download

return to the top page