framework2.cpp 94 B

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