From c0db1d1f7460b40ca3e6a4f2f88eea1b98f01522 Mon Sep 17 00:00:00 2001 From: ov075wu Date: Sat, 27 Sep 2025 20:49:33 +0200 Subject: [PATCH] refresh --- du1/output/program.exe | Bin 62473 -> 62473 bytes du1/program.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/output/program.exe b/du1/output/program.exe index e160287dacdfe0f4308399926bb9f2de20adff0a..bf11f0d26382f865f491bdd754ecf3d90791e051 100644 GIT binary patch delta 21 dcmeBt!QAo diff --git a/du1/program.c b/du1/program.c index 8a00232..0847adc 100644 --- a/du1/program.c +++ b/du1/program.c @@ -117,7 +117,7 @@ int read_pizza (struct pizza* item) { } } - printf("Nacitannych %s poloziek.\n", pocet); + printf("Nacitannych %d poloziek.\n", pocet); return 0; } \ No newline at end of file