diff --git a/du1/program.c b/du1/program.c index 43906cc..daece6b 100644 --- a/du1/program.c +++ b/du1/program.c @@ -41,6 +41,6 @@ while (fgets(line, sizeof(line), stdin) != NULL) return 1; } } -printf("Result: %.2f\n", resultat); +printf("Vysledok je: %.2f\n", resultat); return 0; } \ No newline at end of file