This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
int main() { | |
std::string code1 = R"( | |
#include <iostream> | |
int main() { | |
)"; | |
std::string code2 = R"( | |
std::cout << code1 | |
<< " std::string code1 = R\"(" << code1 << ")\";\n" |