Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 225 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 225 Bytes

Output "fizz" when the number is divisible by 3, "buzz" when the number is divisible by 5, and "fizzbuzz" when the number is divisible by 3 and 5. If the number does not meet any of these criteria, we just output the number.