This commit is contained in:
silverwind 2023-09-08 17:32:26 +02:00
parent 9fcffc4a1c
commit fc3a577adf
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -5,7 +5,7 @@ using namespace std;
int main() {
int foo;
float bar;
cout << "string";
cout << "str\ning";
while (false) {
cin >> foo >> bar;
}