diff --git a/test.cpp b/test.cpp index 7331ecc..8183263 100644 --- a/test.cpp +++ b/test.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { int foo; float bar; - cout << "string"; + cout << "str\ning"; while (false) { cin >> foo >> bar; }