Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 878 Bytes

steinz swiftly-services-exercise

Author: Zach Stein (GitHub)

An implementation of the Swiftly Services Exercise.

Built with Visual Studio Code.

Running the Project

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

Continuous Integration Build/Release

Latest AppVeyor build

An executable can be downloaded from the Artifacts tab.