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