diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 1bdd00a..43c329d 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -11,5 +11,6 @@ cout << "Eric SENN has added another feature modified" << endl; cout << "Else GUY has added another feature there" << endl; cout << "myname has added another feature" << endl; cout << "myname has added one more feature here" << endl; +cout << "Eric SENN has added one more feature here" << endl; return 0; }