make clean; make This should an executable called sample.
./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
macOS 10.13.1
C++ 11 support