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