Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 416 Bytes

cs-2023-lab4

Lab task

Create class clothing that has at least 5 fields. Create an array of class objects, sort array by one field in ascending order, and by another - in descending one.

How to launch

  1. Make sure you have .NET SDK installed
  2. Go to folder containing .csproj file: cd path/to/your/project
  3. Build the project: dotnet build
  4. Run the project: dotnet run