Files
cpp-study/cmake/chapter-1/code/message/message.h
T

10 lines
127 B
C++
Raw 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();