Initialization

This commit is contained in:
Kozar 2024-04-25 20:39:00 +02:00
parent 48511b4cc8
commit 46c39bd603

View File

@ -64,7 +64,6 @@ int main() {
for (j = 0; j < i; j++) { for (j = 0; j < i; j++) {
printf("\n%s", applications[j]); printf("\n%s", applications[j]);
} }
printf("\n");
// Free allocated memory // Free allocated memory
for (j = 0; j < i; j++) { for (j = 0; j < i; j++) {