diff --git a/bin/Debug/hello_all b/bin/Debug/hello_all index 38154b0..718c603 100644 Binary files a/bin/Debug/hello_all and b/bin/Debug/hello_all differ diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 6c0051a..2372a7b 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -7,5 +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; return 0; }