#include <iostream> #include "myVector.h" using namespace std; int main() { myVector V(10); V.print(); }