Minor updates

This commit is contained in:
Pranav Srinivas KumaR
2019-12-03 23:44:59 -06:00
parent 81267f80c8
commit 43702bdb4f
2 changed files with 3 additions and 1 deletions

View File

@@ -101,5 +101,7 @@ int main() {
std::thread thread3(job3);
thread3.join();
std::this_thread::sleep_for(std::chrono::milliseconds(5000));
return 0;
}