Ejemplo n.º 1
0
//A simple main function which creates a list, and tests it.
int main(){
  testCtor();
  testBasicMethods();
  testGrow();

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

	return 0;
}