-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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.