one more feature from eric

This commit is contained in:
ericsenn 2021-10-26 08:07:31 +02:00
parent b79ac163e8
commit bac225c45f

View file

@ -10,5 +10,6 @@ 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;
cout << "Eric SENN has added one more feature here" << endl;
return 0;
}