diff options
Diffstat (limited to '1/11.c')
| -rw-r--r-- | 1/11.c | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -#include <stdio.h> - -/* prints input one word per line */ -int main(int argc, char *argv[]) { - int c; - - while ((c = getchar()) != EOF) { - if (c == ' ' || c == '\t') - putchar('\n'); - else - putchar(c); - } - - return 0; -}
\ No newline at end of file |
