Skip to content

shjohnson/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

fizzbuzz

An implementation of FizzBuzz, created using Blackboard's spec. http://blackboard-projects.herokuapp.com/projects/1

How to use

Run this from your command line using ruby fizzbuzz.rb.

About

This is a somewhat unusual implementation of the standard FizzBuzz, as spec'ed by Blackboard.

It uses explicit division & inspection of the remainder to work out if a number is divisible by another. Using .remainder would be far more efficient, but this is intended to demonstrate that there are multiple solutions to problems, some of which are quicker or more readable than others.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages