/fizzbuzz

An iOS app completely written in Swift that prints "Fizz" if a number is divisible by 3. If it is divisible by 5 then it prints "Buzz". Finally, if it is divisible by both 3 and 5 then it prints "FizzBuzz".

Primary LanguageSwiftMIT LicenseMIT

fizzbuzz

Build Status Code Climate

An iOS app completely written in Swift that prints "Fizz" if a number is divisible by 3. If it is divisible by 5 then it prints "Buzz". Finally, if it is divisible by both 3 and 5 then it prints "FizzBuzz".

License MIT.