From fc3a577adfd19d269c6fefb45bdd3fa3e0b76524 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 8 Sep 2023 17:32:26 +0200 Subject: [PATCH] escape --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }