/CppSample

Affirm Challenge

Primary LanguageC++

CppSample

How to build:

make clean; make This should an executable called sample.

How to run:

./sample (path to facilities.csv) (path to banks.csv) (path to covenants.csv) (path to loans.csv)

Ex: If you have all the required csv's in the same path/folder as the execuatble the:

./sample ./facilities.csv ./banks.csv ./covenants.csv ./loans.csv

Tested On:

macOS 10.13.1

Requires:

C++ 11 support