Skip to content

madgeekfiend/FizzBuzzRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FizzBuzz

Write a program that prints a number from 0 to 100. If the number is divisible by 3 print Fizz. If the number is divisible by 5 print Buzz. If it is divisible by both print FizzBuzz.

author: Sam Contapay

Ruby implementation of fizz buzz.

About

FizzBuzz ruby implementation using a class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages