3 lines
57 B
C++
3 lines
57 B
C++
auto strA = R"(this is
|
|
a newline-separated
|
|
raw string)";
|
auto strA = R"(this is
|
|
a newline-separated
|
|
raw string)";
|