Update a4/program.c

This commit is contained in:
Yurii Yakovenko 2024-11-23 20:33:56 +00:00
parent f27c6383c4
commit 0b2d129c45

View File

@ -8,7 +8,7 @@ void print(int *a, int n, int index, int depth)
for (int i = 0; i < depth; i++)
{
printf(" ");
printf(" ");
}
printf("%d\n", a[index]);