This commit is contained in:
邹晓航
2014-12-30 13:00:14 +08:00
parent 9513feb4bf
commit 34319254b0

View File

@@ -21,10 +21,10 @@ namespace TinySTL{
} }
} }
using namespace TinySTL::SuffixArrayTest; //using namespace TinySTL::SuffixArrayTest;
int main(){ //int main(){
testCase(); // testCase();
//
system("pause"); // system("pause");
return 0; // return 0;
} //}