Update test.c

This commit is contained in:
Sofia 2026-04-15 18:22:23 +03:00
parent bca18b4f1b
commit 66653553a5

4
test.c
View File

@ -18,5 +18,7 @@ int main() {
change_first(somelist); change_first(somelist);
return somelist[0]; printf(" first element: %d!", somelist[0]);
return 0;
} }