Updated the correct.cpp
This commit is contained in:
parent
235418cea6
commit
73bb722879
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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user