Created the 2023_10_11 README.md
This commit is contained in:
17
units/2023_10_11/README.md
Normal file
17
units/2023_10_11/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Übung 11.10.2023
|
||||
Das folgende Programm beinhaltet Fehler. Diese müssen korrigiert werden.
|
||||
Die Lösung befindet sich in der [correct.cpp](correct.cpp).
|
||||
|
||||
```c++
|
||||
include <iostream>;
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
(
|
||||
cout << "Mit Ausdauer und Behaarlichkeit"
|
||||
cout >> " kommt man immer ans Ziel".
|
||||
|
||||
return (0);
|
||||
)
|
||||
```
|
Reference in New Issue
Block a user