#include int main(int argv, char * argc) { char c; while ((c=getchar()) !=EOF) {putchar(c); } }