This commit is contained in:
2023-03-22 16:03:42 +01:00
parent 70b475b290
commit 962ee7180e
6 changed files with 68 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ int main()
SCell *cell;
list = CreateList();
printf("Add 5, 3, 1\n");
AddElementBegin(list, 5);
cell = AddElementBegin(list, 3);