Initialization

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

View File

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