one more feature from myname

This commit is contained in:
ericsenn 2021-10-26 08:11:30 +02:00
parent b79ac163e8
commit b325fbb131

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 << "myname has added one more feature here" << endl;
return 0;
}