Skip to content

Commit b809b95

Browse files
committed
morse_decoder updated
1 parent c3b303a commit b809b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security Algorithms/Cryptography/MorseCode/morseCode_decoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void decryption(string msg)
7373

7474
}
7575
}
76-
cout <<"Decrypted Code=:"<< plain;
76+
cout <<"Decrypted Code=:"<< plain<<endl;
7777
}
7878
//Driver program
7979
int main()

0 commit comments

Comments
 (0)