10 lines
127 B
C++
10 lines
127 B
C++
#include <string>
|
|
#include <iostream>
|
|
|
|
using std::string;
|
|
using std::cout;
|
|
|
|
extern const string MESSAGE;
|
|
|
|
void printMessage();
|