moze byt verzia 2

This commit is contained in:
Peter Petrek 2021-10-08 01:18:38 +02:00
parent 34be285963
commit 026e634184

View File

@ -66,7 +66,7 @@ int main() {
printf("%s",listok[pomocna[z]].name);
printf("%.2f \n",listok[pomocna[z]].price);
}
printf("Nacitanych %d poloziek.",(helper-2)/2);
printf("Nacitanych %d poloziek.\n",(helper-2)/2);
}