Skip to content

Captom4/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Setup

  1. Fork the FizzBuzz
  2. Then clone your fork to your computer if you are using mac. If you are using Windows use cloud9.

How to run the FizzBuzz program

  1. Enter irb into the terminal
  2. Enter require '.lib/fizzbuzz'
  3. Enter (1..20).each {|number| puts "#{number} --> #{fizzbuzz(number)}"}

How to exit the FizzBuzz program

  1. Type quit into the terminal to exit the FizzBuzz program or use Ctrl d.

About

FizzBuzz made by Tom Hird & Charley Gooch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages