qfedu-cpp-level/day4/ec1/TestMyArray.h

8 lines
115 B
C

#ifndef __TEST_MY_ARRAY_H__
#define __TEST_MY_ARRAY_H__
#include "MyArray.h"
void test(); // 测试方法
#endif