FizzFizz by llhuii

seq 100|awk 'A[3*++a]="Fizz"(f=A[a]){A[5*a]=f"Buzz"}$0=f?f:a'

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

download

return to the top page