string in C++

include

include

int main() { std::string greeting = "Hello, world!"; std::cout << greeting << std::endl; return 0; }