guy feat test

This commit is contained in:
ericsenn 2021-09-20 15:03:43 +02:00
parent 920bdf70a2
commit 5c77fdd24a

View file

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