1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-07 21:04:38 +08:00
Files
CS408/Code/CPP-Code/source/main.cpp
2021-08-13 11:02:33 +08:00

9 lines
99 B
C++

#include "test.cpp"
int main()
{
SequenceListTest();
// LinkListTest();
return 0;
}