#include "message.h" using namespace std; static const string MESSAGE = "Hello World Message!"; void printMessage() { std::cout << MESSAGE; }