Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 243 Bytes

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

cd HelloWorldExample
dotnet run

How to Test

cd HelloWorldExample.Tests
dotnet test