diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 787ec05..b2183af 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -8,5 +8,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 modified" << endl; +cout << "Else GUY has added another feature there" << endl; return 0; }