senn feature modification

This commit is contained in:
ericsenn 2021-09-20 15:16:56 +02:00
parent 23033837be
commit 37cfaf65f7

View file

@ -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;
}