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.
Run the command dotnet run --project src/GradeBook
and follow the prompts in the console.
Run the command dotnet test
to run the unit test suite.