/FizzbuzzKata

Repository For a FizzBuzz Kata in C++

Primary LanguageC++MIT LicenseMIT

To Run the file use the following command in your terminal: For unix: g++ main.cpp FizzBuzz.cpp -o file1 && ./file1