Skip to content

vernsix/thefizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

thefizzbuzz

A simple implementation of the famous interview riddle... The Fizz Buzz

For those unfamilar with the riddle, it is usually presented as such:

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”.

About

A simple implementation of the famous interview riddle... The Fizz Buzz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages