conflict resolved

This commit is contained in:
ericsenn 2021-10-26 08:19:04 +02:00
commit 4fa9078841

View file

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