tiksang16 / dnd_namesorter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnd_namesorter

How to Run

  1. Clone this repository to your local machine.

    git clone https://github.com/tiksang16/dnd_namesorter.git
  2. Navigate to the NameSorter directory.

    cd NameSorter
  3. Run the application with the provided unsorted names file.

    dotnet run ./unsorted-names-list.txt

    Or:

    ./name-sorter ./unsorted-names-list.txt

How to Test

  1. Navigate to the root directory of the project and run the tests using the dotnet test command.
    dotnet test

About


Languages

Language:C# 99.1%Language:Shell 0.9%