mirror of
https://github.com/Didnelpsun/CS408.git
synced 2026-02-09 05:44:32 +08:00
9 lines
93 B
C
9 lines
93 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
|
|
int main()
|
|
{
|
|
SequenceListTest();
|
|
return 0;
|
|
} |