diff --git a/du1/program.c b/du1/program.c index 921bda8..3fbfd39 100644 --- a/du1/program.c +++ b/du1/program.c @@ -1,6 +1,7 @@ #include #include #include + int main(){ int c = 0; int count = 0; @@ -28,4 +29,4 @@ count = 0; } printf("\nPočet riadkov: %d\n", riadok); return 0; -} +} \ No newline at end of file