demo.cxx 88 B

12345678910
  1. #include "hello.h"
  2. extern Hello hello;
  3. int main()
  4. {
  5. hello.Print();
  6. return 0;
  7. }