else guy commit

This commit is contained in:
ericsenn 2021-09-20 14:53:42 +02:00
parent 23033837be
commit 920bdf70a2

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" << endl;
cout << "Else GUY has added another feature" << endl;
return 0;
}