From b79ac163e85a23741f1a04693b12ef3e1687b427 Mon Sep 17 00:00:00 2001 From: ericsenn Date: Tue, 26 Oct 2021 07:55:02 +0200 Subject: [PATCH] myname feature addition --- src/hello_all.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hello_all.cpp b/src/hello_all.cpp index b2183af..03f9a89 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -9,5 +9,6 @@ int main(int argc,char **argv) { 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; return 0; }