diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 2372a7b..787ec05 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -7,6 +7,6 @@ using namespace std; int main(int argc,char **argv) { cout << "Eric SENN has added his feature" << endl; -cout << "Eric SENN has added another feature" << endl; +cout << "Eric SENN has added another feature modified" << endl; return 0; }