test1.cpp 72 B

12345678
  1. #include "shared.h"
  2. int main(int, char**)
  3. {
  4. shared();
  5. return 0;
  6. }