Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 511 Bytes

C# Fundamentals

Following Pluralsight's C# Fundamentals course, using .NET 7.0 Arm64.

This project is a C# console app that takes user input to create a gradebook and compute statistics.

Running the project

Run the command dotnet run --project src/GradeBook and follow the prompts in the console.

Testing

Run the command dotnet test to run the unit test suite.