Update Schleifen.cpp
This commit is contained in:
parent
4774e6840f
commit
242b634e5e
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ int main()
|
|||
std::string input;
|
||||
|
||||
std::cout << "Geben sie die Tiefe ein: ";
|
||||
|
||||
do
|
||||
{
|
||||
getline(std::cin, input);
|
||||
|
|
Reference in a new issue