test2.cpp 78 B

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