diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..7331ecc --- /dev/null +++ b/test.cpp @@ -0,0 +1,13 @@ +#include + +using namespace std; + +int main() { + int foo; + float bar; + cout << "string"; + while (false) { + cin >> foo >> bar; + } + return 0; +}