fizzbuzz-stream

0.0.2 • Public • Published

fizzbuzz-stream

it implements a program that prints the numbers from 1 to 100. But for mulitples of three it prints "Fizz" instead of the number and for multiples of five it prints "Buzz" instead.

for number which are both multiples of three and five it prints "FizzBuzz".

it was written in ed. oh it's a readable stream, too.

/fizzbuzz-stream/

    Package Sidebar

    Install

    npm i fizzbuzz-stream

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • sterpe