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; }