Изменил(а) на 'du1/program.c'
This commit is contained in:
parent
f43c5fb127
commit
8d5cbded2b
@ -1,6 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
int c = 0;
|
int c = 0;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
@ -28,4 +29,4 @@ count = 0;
|
|||||||
}
|
}
|
||||||
printf("\nPočet riadkov: %d\n", riadok);
|
printf("\nPočet riadkov: %d\n", riadok);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user