Skip to content

Commit 30f5db3

Browse files
Update LoginAndRegistration.cpp
1 parent b4d4c6c commit 30f5db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/C++ Projects/Basic/A Login and Registration System/LoginAndRegistration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main()
1919
login userLogin;
2020
string userChoice;
2121
cout << "\t\t\t_____________________________________________\n\n\n";
22-
cout << "\t\t\t Welcome to the CS 1021 Login! \n\n";
22+
cout << "\t\t\t Welcome to the NEMO 2023 Login! \n\n";
2323
cout << "\t\t\t_________ Menu __________\n\n";
2424
cout << "\t | Press 1 to LOGIN |" << endl;
2525
cout << "\t | Press 2 to REGISTER |" << endl;

0 commit comments

Comments
 (0)