From 5c77fdd24a8f2bcdc161c65eee29fa4c9b893b1c Mon Sep 17 00:00:00 2001 From: ericsenn Date: Mon, 20 Sep 2021 15:03:43 +0200 Subject: [PATCH] guy feat test --- src/hello_all.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }