Skip to content

filipebarros/fizz_buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Lint and Test

Simple class that returns:

  1. Fizz - when the number is divisible by 3
  2. Buzz - when the number is divisible by 5
  3. FizzBuzz - when the number is divisible by both 3 and 5
  4. The number - when it is not divisible by 3 or 5