Author: Zach Stein (GitHub)
An implementation of the Swiftly Services Exercise.
Built with Visual Studio Code.
Build the project:
dotnet restore
dotnet build
Run unit tests:
dotnet test
Run the program on a sample input file with:
dotnet run --project .\swiftly-services-exercise\swiftly-services-exercise.csproj .\input-sample.txt
Or:
cd swiftly-services-exercise
dotnet run ..\input-sample.txt
An executable can be downloaded from the Artifacts tab.