myname feature addition

This commit is contained in:
ericsenn 2021-10-26 07:55:02 +02:00
parent bbff94a958
commit b79ac163e8

View file

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