Изменить 'du6/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-04-15 19:02:34 +00:00
parent f2b47c11d1
commit c6023e4c31

View File

@ -53,7 +53,7 @@ int main(){
}
printf("Prijati studenti:\n");
for(int i = 1; i <= finalPosition; i++) {
for(int i = 1; i <= finalPosition+1; i++) {
printf ("%s", inputs[i]);
if(i == 5) break;
}