Compare commits

..

No commits in common. "develop" and "master" have entirely different histories.

2 changed files with 0 additions and 5 deletions

Binary file not shown.

View file

@ -7,10 +7,5 @@ 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;
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;
}