Eric SENN second feature

This commit is contained in:
ericsenn 2021-09-20 13:18:55 +02:00
parent f9a7a26a0b
commit 23033837be
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

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