#include <iostream> int main () { char *hello = "Hello, world!"; std::cout << hello << std::endl; return 0; }