//A simple main function which creates a list, and tests it. int main(){ testCtor(); testBasicMethods(); testGrow(); return 0; }
//A simple main function which creates a list, and tests it. int main(){ testCtor(); testBasicMethods(); testExceptions(); // testSplice(); return 0; }