shared.cpp 81 B

12345678
  1. #include "shared.h"
  2. #include "stdio.h"
  3. void shared()
  4. {
  5. printf("shared\n");
  6. }