diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 03f9a89..1bdd00a 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -10,5 +10,6 @@ cout << "Eric SENN has added his feature" << endl; 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; return 0; }