diff --git a/Sonstiges/Schleifen.cpp b/Sonstiges/Schleifen.cpp index 48414c9..98d971d 100644 --- a/Sonstiges/Schleifen.cpp +++ b/Sonstiges/Schleifen.cpp @@ -8,7 +8,6 @@ int main() std::string input; std::cout << "Geben sie die Tiefe ein: "; - do { getline(std::cin, input);