Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-01 15:47:55 +00:00
parent 12a313ce75
commit 160301052c

View File

@ -43,5 +43,5 @@ vysl += h;
} }
} }
} }
printf("Vysledok je:%.2f\n", vysl); printf("Vysledok je: %.2f\n", vysl);
} }