Update: Add Tree23 and List template classes

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2016-11-01 08:14:33 +09:00
parent 5026c94502
commit 4ebd92fc14
10 changed files with 908 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ int main(int argc, char** argv)
test->initialize(argc, argv);
test->run();
delete test;
printf("\nPass all tests. \n");
return 0;
}