mirror of
https://github.com/Didnelpsun/CS408.git
synced 2026-02-04 11:24:10 +08:00
9 lines
99 B
C++
9 lines
99 B
C++
#include "test.cpp"
|
|
|
|
|
|
int main()
|
|
{
|
|
// SequenceListTest();
|
|
LinkListTest();
|
|
return 0;
|
|
} |