Hacker News new | ask | show | jobs
by billpg 2615 days ago
My favorite is the variation where the base numbers and replacement strings are supplied as run-time parameters.

      RunFizzBuzz("");
      RunFizzBuzz("3=Fizz,5=Buzz");
      RunFizzBuzz("7=Rutabaga");