Skip to content

mibexx/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Solved this task:

  • Print a list of numbers between 1 and n
  • For multiples of three print "Fizz"
  • For multiples of five print "Buzz"
  • For multiples of three and five print "FizzBuzz"

This task is solved with solid principles.

Deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages