Compare commits

...

2 Commits

Author SHA1 Message Date
dcf8e054b1 program 2023-02-23 14:06:37 +01:00
6a2397b937 program 2023-02-23 14:01:38 +01:00
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -24,6 +24,8 @@ int main(){
} }
printf("%d\n", n); //vypise pocet zpouzitych znakov printf("\n");
printf("Pocet riadkov: %d\n", n); //vypise pocet zpouzitych znakov
return 0; return 0;
} }