knapsack/Readme.md

25 lines
449 B
Markdown
Raw Normal View History

2023-07-25 22:59:09 -05:00
# Knapsack
### Author: Gregory Crawford
## Compiling the Project
In order to compile the project, simply run these two commands:
cmake -B build -S .
cmake --build build
## Running the Project
The program should now be compiled at ./build/bin/knapsack
Simply run the program using:
build/bin/knapsack <file>
## Options
The second argument of the program is used as the input file.
EX:
build/bin/knapsack file/to/use.txt