Skip to content

steinz/swiftly-services-exercise

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages