Invert FizzBuzz by tybalt89

#!perl -lp
s/\w{5}/E/g+y/F-z /F/d>8&&s/\B/ */g;$_="  F BF  FB F  E"x22~~/$_/&&1+"@-"." @+"

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

download

return to the top page