Updated the correct.cpp
This commit is contained in:
10
units/2023_10_11/correct.cpp
Normal file
10
units/2023_10_11/correct.cpp
Normal 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);
|
||||||
|
}
|
Reference in New Issue
Block a user