Assignment 2 Build Status

Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz"

Solution

Please do the git clone of the repo.

Perform bundle

  bundle 

You can run the app using

ruby app/main.rb

You can run the specs using

rake spec 

or

rspec spec