Add a 'done' before returning

This commit is contained in:
Andreas Fabri 2020-12-03 08:07:15 +00:00
parent 6046432534
commit 3253d61876
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ int main(int argc, char* argv[])
std::cout << "inside polyhedral envelope" << std::endl;
}
}
std::cout << "done" << std::endl;
return 0;
}