Hacker News new | ask | show | jobs
by harpb 4194 days ago
The solution doesn't takes into consideration the 'fizzbuzz' output. Your solution would print both fizz and buzz when the int is divisible by both 3 and 5.
1 comments

"For numbers which are multiples of both three and five print “FizzBuzz”."