Skip to content

aavalkov/FizzBuzzRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#FizzBuzz with Ruby This program allows the user to input number. It will then print numbers starting from 0 and ending at that number. For numbers divisible by 3 it will enter "fizz". For numbers divisible by 5 it will enter "buzz". For numbers divisible by 3 and 5 it will enter "fizbuzz"

##Set up Clone this repo Make sure you have ruby installed or use nitrious.io In your irb shell, run the code from the lib folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages