From 37cfaf65f79a62de7ed93ef457f59a0d01250a37 Mon Sep 17 00:00:00 2001 From: ericsenn Date: Mon, 20 Sep 2021 15:16:56 +0200 Subject: [PATCH] senn feature modification --- 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 2372a7b..787ec05 100644 --- a/src/hello_all.cpp +++ b/src/hello_all.cpp @@ -7,6 +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; +cout << "Eric SENN has added another feature modified" << endl; return 0; }