diff --git a/du2/program.c b/du2/program.c index 0529f99..31afd20 100644 --- a/du2/program.c +++ b/du2/program.c @@ -53,7 +53,7 @@ int main() { double result = hornerovaschema(x, cof, count); - printf(Vysledok je: "%.2f\n", result); + printf("Vysledok je: %.2f\n", result); return 0; } \ No newline at end of file diff --git a/du2/program.exe b/du2/program.exe index 212dd67..b1a245d 100644 Binary files a/du2/program.exe and b/du2/program.exe differ