Files

10 lines
127 B
C++
Raw Permalink Normal View History

2026-07-14 23:20:12 +08:00
#include <string>
#include <iostream>
using std::string;
using std::cout;
extern const string MESSAGE;
void printMessage();