Skip to content

Commit

Permalink
called minSpan function in the main function to see output
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbigk77 committed Apr 24, 2022
1 parent 35df8cc commit d666669
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project5.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ int main(int argc, char *argv[]) {
std::cout << "------------------------------------------------" << std::endl;
std::cout << std::endl;

theProvince.minSpan(std::cout);

std::cout << std::endl;
std::cout << "------------------------------------------------" << std::endl;
std::cout << "------------------------------------------------" << std::endl;
std::cout << std::endl;


}
}

0 comments on commit d666669

Please sign in to comment.