Delivery 1.2 - my_echo (1%)

Develop a C program "my_echo" that writes in the standard output the text read from the standard input. The program finishes when Ctl^D (end of input) is entered.

Send the source code of your solution.

Hint: the behavior of the program is similar to the "cat" command (with no parameters)