framework.cpp 90 B

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