-
Notifications
You must be signed in to change notification settings - Fork 39
[TDD] Kata - FizzBuzz #68
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestwelcome to hacktoberfestwelcome to hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestwelcome to hacktoberfestwelcome to hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Kata-FizzBuzz
Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz “.
Additional context
Add any other context, links references or screenshots about the feature request here.
Important Checklist