tgparkk / notepad

1 stars 0 forks source link

string expression #6

Open tgparkk opened 5 months ago

tgparkk commented 5 months ago
std::string multiLineString = "This is a multi-line "
                              "string in C++. "
                              "It spans across multiple lines.";