aboutsummaryrefslogtreecommitdiffstats

SubsetSum

CS 456: Project3 - Subset Sum

Building the project

Provided you have dotnet installed, the project can be built in one of the following ways:

  • Running the release task in VS Code.
  • Executing the following command in any shell

sh dotnet publish SubsetSum.sln -c release -o ./release

Running the program

Project can be run from the command line using:

Usage:
  ./release/Program[.exe]

Example

Linux ./release/Program Windows .\release\Program.exe