1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-02-11 22:55:57 +08:00
Files
CS408/CPP-Code/source/main.cpp
2021-08-12 23:31:00 +08:00

9 lines
99 B
C++

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