Updated the correct.cpp

This commit is contained in:
Mathias Wagner 2023-10-11 10:21:51 +02:00
parent 235418cea6
commit 73bb722879
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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);
}