Aktualizovat „du6/program.c“

This commit is contained in:
Artem Horbunov 2020-04-08 16:35:44 +00:00
parent c65d5c7259
commit 02f96899c1

View File

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