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

https://github.com/shunsock/dotnet_playground

c sharp project for learning
https://github.com/shunsock/dotnet_playground

csharp-code fizzbuzz fizzbuzz-csharp

Last synced: 9 months ago
JSON representation

c sharp project for learning

Awesome Lists containing this project

README

          

## What is this?
- This is a simple example of usage of .NET
- you can use this as a template for your own projects

## How to run

```bash
cd HelloWorldExample
dotnet run
```

## How to Test
```bash
cd HelloWorldExample.Tests
dotnet test
```