qfedu-cpp-level/day4/ec1/main.cpp

8 lines
67 B
C++

#include "TestMyArray.h"
int main()
{
test();
return 0;
}