An open API service indexing awesome lists of open source software.

https://github.com/stevehobbsdev/fizzbuzz-dotnet

An implementation of the Fizz Buzz kata in Dot Net Core
https://github.com/stevehobbsdev/fizzbuzz-dotnet

Last synced: 12 months ago
JSON representation

An implementation of the Fizz Buzz kata in Dot Net Core

Awesome Lists containing this project

README

          

# An example of FizzBuzz, in .Net Core

Assuming [.Net Core](https://www.microsoft.com/net/core) is installed on your machine:

1. Clone the repo
2. From the repo directory, run `$ dotnet restore`
3. Then `$ dotnet test` to run the tests

`$ dotnet watch test` is also supported.