#include #include #include int main(int argc, char **argv) { string hello("Hello, World!"); cout << hello << endl; return EXIT_SUCCESS; }