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
- Host: GitHub
- URL: https://github.com/stevehobbsdev/fizzbuzz-dotnet
- Owner: stevehobbsdev
- Created: 2017-05-17T11:29:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T14:39:13.000Z (about 9 years ago)
- Last Synced: 2025-07-04T08:04:05.932Z (12 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.