Skip to content

.Net Core Solution to CodeEval Public Challenge 48: "Discount Offers"

License

Notifications You must be signed in to change notification settings

ALockwood/DiscountOffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscountOffers

.Net Core Solution to CodeEval Public Challenge 48: "Discount Offers"

Requirements - Windows

Requirements - Linux (Ubuntu 16.04 Tested)

  • Follow the latest instructions here
  • .Net Core SDK (sudo apt-get install dotnet-dev-1.0.0-preview2-003131)

Running the Solution (Linux or Windows Command Line)

  1. Open your command line app of choice (cough PowerShell cough)
  2. Navigate to the \src\DiscountOffers\ directory on Windows or /src/DiscountOffers on Linux
  3. Type dotnet restore - You should see dotnet restoring all the NuGet packages. If not, troubleshoot your .Net Core install.
  4. Run
  5. (Windows) Type dotnet run .\InputSample\InputSample.txt
  6. (Linux) Type dotnet run ./InputSample/InputSample.txt

Running the Tests (Linux or Windows Command Line)

  1. Open your command line app of choice (cough PowerShell cough)
  2. Navigate to the \src\DiscountOffers.Tests\ directory on Windows or /src/DiscountOffers.Tests/ on Linux
  3. Type dotnet restore - You should see dotnet restoring all the NuGet packages. If not, troubleshoot your .Net Core install.
  4. Type dotnet test - You should see the tests excute and the summary output.

About

.Net Core Solution to CodeEval Public Challenge 48: "Discount Offers"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages