Long time no see
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int i = 0;
|
||||
while(getchar() != EOF)
|
||||
i++;
|
||||
printf("%d",i);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user