// // Print the input one word per line. // K&R Exercise 1-12. // #include int main() { int c; return 0; }