main.cpp 57 B

123456
  1. #include "example.h"
  2. int main() {
  3. test1();
  4. return 0;
  5. }