RosettaCodeData/Task/Literals-String/C++/literals-string.cpp

4 lines
57 B
C++

auto strA = R"(this is
a newline-separated
raw string)";