diff --git a/hello b/hello new file mode 100755 index 0000000..8f2bcc6 Binary files /dev/null and b/hello differ diff --git a/hello.cpp b/hello.cpp index 741a241..fb73233 100644 --- a/hello.cpp +++ b/hello.cpp @@ -4,6 +4,7 @@ using namespace std; int main() { + // I edited second line to edit my name inside line cout << "Hello!" << endl; - cout << "Great, you managed to get a copy of the repository from GitHub" << endl; + cout << "This is Manmeet Singh who copied the repository from GitHub"; }