diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6078b9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +id_rsa.pub +id_rsa diff --git a/_01.线性表顺序存储.c b/_01.线性表顺序存储.c index a529a55..3f12bdf 100644 --- a/_01.线性表顺序存储.c +++ b/_01.线性表顺序存储.c @@ -2,7 +2,7 @@ * @Author: Xu Bai * @Date: 2019-06-25 23:10:17 * @LastEditors: Xu Bai - * @LastEditTime: 2019-06-26 14:49:45 + * @LastEditTime: 2019-06-26 14:59:46 */ #include "stdio.h" @@ -134,7 +134,7 @@ int main(){ } ListTraverse(L); - + //ceshi getchar();