This commit is contained in:
Vadym Afanasiev 2026-03-05 00:46:24 +00:00
parent 5382641fa3
commit 76d8899440

View File

@ -41,6 +41,6 @@ while (fgets(line, sizeof(line), stdin) != NULL)
return 1; return 1;
} }
} }
printf("Result: %.2f\n", resultat); printf("Vysledok je: %.2f\n", resultat);
return 0; return 0;
} }