Skip to content

Fizz Buzz test #24

@utkarsh-shekhar

Description

@utkarsh-shekhar

This is for git beginners.

Please add a program for the fizz buzz test in the language of your choice. Please name the file fizz-buzz.

Print numbers from 1-100.
For multiples of 3, print "Fizz" instead of the number
For multiples of 5, print "Buzz" instead of the number
For multiples of 3 and 5, print "FizzBuzz" instead of the number

See readme for the structure.

Do let me know if anything is not clear.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions