Updated the correct.cpp

This commit is contained in:
2023-10-11 10:21:51 +02:00
parent 235418cea6
commit 73bb722879

View File

@ -0,0 +1,10 @@
#include <iostream>
using namespace std;
int main() {
cout << "Mit Ausdauer und Behaarlichkeit";
cout << " kommt man immer nas Ziel";
return (0);
}