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
- Host: GitHub
- URL: https://github.com/shunsock/dotnet_playground
- Owner: shunsock
- Created: 2023-10-15T15:02:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T15:45:42.000Z (about 2 years ago)
- Last Synced: 2023-11-25T18:38:16.988Z (about 2 years ago)
- Topics: csharp-code, fizzbuzz, fizzbuzz-csharp
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```