conflict treatment

This commit is contained in:
ericsenn 2021-09-20 15:36:44 +02:00
commit bbff94a958

View file

@ -8,5 +8,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 modified" << endl;
cout << "Else GUY has added another feature there" << endl;
return 0;
}