↩ revert:

This commit is contained in:
lzy
2024-05-27 02:33:10 +08:00
parent 2336f88407
commit a277dec1fe
136 changed files with 606 additions and 606 deletions

View File

@@ -5,8 +5,8 @@
int main( )
{
sqlist* list = NULL;
sqlist* list1 = NULL;
sqlist *list = NULL;
sqlist *list1 = NULL;
datatype arr[] = {12, 23, 34, 45, 56};
datatype arr1[] = {89, 90, 78, 67, 56, 43};