Skip to content

Commit bc4d1c9

Browse files
committed
update
1 parent 3383674 commit bc4d1c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ int main()
4040
//<< "Encrypted message: " << out_str << "\n"
4141
<< "Decrypted message: " << res_ch << "\n";
4242

43+
// -------------------------
44+
std::string tmp;
45+
std::getline(std::cin, tmp);
46+
4347
}
4448
catch (std::exception &e)
4549
{

0 commit comments

Comments
 (0)