- Install dotnet from this link.
- Open the solution folder in cmd and print
dotnet run -p MergeSortImplementation -- [SORTORDER] [INTS]
[SORTORDER]
arg is in formatasc
anddesc
[INTS]
arg is in format1,2,56,45,-9,78,11
- To run test cases print
dotnet test