mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-18 03:51:35 +08:00
16 lines
177 B
C
16 lines
177 B
C
#include "common.h"
|
|
#include "test.h"
|
|
|
|
int main()
|
|
{
|
|
// while (1)
|
|
{
|
|
list_test();
|
|
// stack_test();
|
|
// queue_test();
|
|
// tree_test();
|
|
// rbtree_test();
|
|
}
|
|
return 0;
|
|
}
|