From 920bdf70a2fba78fa40ef7f35d7df4a618d704be Mon Sep 17 00:00:00 2001 From: ericsenn Date: Mon, 20 Sep 2021 14:53:42 +0200 Subject: [PATCH] else guy commit --- src/hello_all.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hello_all.cpp b/src/hello_all.cpp index 2372a7b..e4e610a 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" << endl; +cout << "Else GUY has added another feature" << endl; return 0; }