Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 254 Bytes

Rehearsal_Exercise

Here you can find the following files:

  1. A names.txt file
  2. A C# file task.cs to calculate the sum of all name values that are stored in the names.txt file
  3. A C# file with unit tests for the functions used in the task.cs file