Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-20 23:33:37 +00:00
parent a00fc4b1d8
commit 7514c02b2e

View File

@ -28,6 +28,6 @@ int main()
} }
} }
printf("\nLines_count: %d", pocetRiadkov); printf("\nLines_count: %d\n", pocetRiadkov);
return 0; return 0;
} }