druha verzia

This commit is contained in:
Oleksandr Hryshchenko 2021-02-23 16:45:31 +01:00
parent 6b6589acd6
commit 4e6a796c28

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <ctype.h>
int main (){
int c = 0;
@ -15,10 +16,10 @@ int main (){
printf ("\n");
counter++;
}
/*else if (c == '\n') {
printf ("\n");
else if (!isalpha (c)) {
putchar (c);
counter++;
}*/
}
//counter++;
}