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

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

	return 0;
}