Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 280 Bytes

File metadata and controls

7 lines (6 loc) · 280 Bytes

1. Running

The app can be run either from within Visual Studio or from the terminal using dotnet run --project DebuggingAndRefactoringTask1

2. Unit tests

The tests can be run either from within Visual Studio using the Test Explorer or from the terminal using dotnet test