From 07a0283f44f2d0ec4d367e5371467d7b43def8f2 Mon Sep 17 00:00:00 2001 From: jkunal14 <43882559+jkunal14@users.noreply.github.com> Date: Sat, 6 Oct 2018 22:26:19 +0530 Subject: [PATCH] Update Username.cpp --- C++/Username.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/C++/Username.cpp b/C++/Username.cpp index 66ad8eed5..ff7de325d 100644 --- a/C++/Username.cpp +++ b/C++/Username.cpp @@ -1,7 +1,11 @@ #include +using namespace std; int main() { - std::cout << "Github Name: Djay1407"; + string str; + cout<<"Please enter your Github name "<