From 3597a53785f9fd14143d230453a769b5d5cbff94 Mon Sep 17 00:00:00 2001 From: BhatNishanthGanesh Date: Fri, 11 Aug 2023 10:47:20 +0530 Subject: [PATCH] comit --- PasswordGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PasswordGenerator.cpp b/PasswordGenerator.cpp index 9798678..3194b79 100644 --- a/PasswordGenerator.cpp +++ b/PasswordGenerator.cpp @@ -43,7 +43,7 @@ int main() { shuffle(password.begin(), password.end(), generator); // Output the generated password - cout << "This is your password requirements: " << password << endl; + cout << "This is your password requirements:😎 " << password << endl; return 0; }