The Fizzbuzz Challenge in C++

This is a solution to Makers Academy's FizzBuzz Challenge.

This solution uses a test-driven approach, with tests located in tests.cpp file.

A solution is also available in Python and Ruby

##Installation

The repository should be cloned and the directory changed into:

$ git clone git@github.com:Andrew47/FizzBuzz-CPP.git
$ cd FizzBuzz-CPP

##Usage Instructions

  • This program was created using Xcode 6.4.

  • To run the program, open FizzBuzz.xcodeproj with Xcode.

  • Click the right-pointing triangle in the top left.

  • Follow instructions in bottom right.

##Author