From bac225c45fcc8600fa2289d9213cabece068109f Mon Sep 17 00:00:00 2001 From: ericsenn Date: Tue, 26 Oct 2021 08:07:31 +0200 Subject: [PATCH] one more feature from eric --- src/hello_all.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 03f9a89..50a541e 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -10,5 +10,6 @@ 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; cout << "myname has added another feature" << endl; +cout << "Eric SENN has added one more feature here" << endl; return 0; }