8 lines
67 B
C++
8 lines
67 B
C++
|
#include "TestMyArray.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
test();
|
||
|
|
||
|
return 0;
|
||
|
}
|