A customizable and extendable implementation of the FizzBuzz kata in C#.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is a C# project for creating a generic version of the popular kata FizzBuzz.
The project is designed to be easily expandable with features such as:
- Customizable outputs
- Customizable rules
- Ability to create entirely new rules
- Clone the project:
git clone https://github.com/CodecoolGlobal/generalized-fizzbuzz-csharp-Zergi0.git- Navigate to project and build
cd CodeCool.FizzBuzzCooperationdotnet build- Run the project
dotnet run- Once you have downloaded the project in the previous section:
- Navigate to the tests and build it
cd CodeCool.FizzBuzzCooperationTestdotnet buildDistributed under the MIT License. See LICENSE for more information.
(Adjust if you’re using a different license.)