Minor output fixes

This commit is contained in:
anuran
2021-10-06 20:23:24 +05:30
parent 6e6e265f43
commit a44570b03f

View File

@@ -88,6 +88,7 @@ int main() {
<< std::endl;
}
}
std::cout << "\nPress Ctrl + C to exit the program.\n\n";
std::cin.get();
}
}