#include extern const char* const message; // Message to say hello int main() { std::cout << message; return (0); }