Aktualizovat „du6/program.c“

This commit is contained in:
Artem Horbunov 2020-04-08 16:39:24 +00:00
parent 9857b4e93b
commit 547a590ba2

View File

@ -98,7 +98,7 @@ int main(){
}
//Print names
if(newLines <= lines){
printf("Prijati studenti:%s", string);
printf("Prijati studenti:%s", array);
for(int i = 0; i < newLines; i++){
printf("%s\n", newNames[i]);
}