You receive one line of input and you simply have to repeat this input. You have to write a program which functions as an echo.
One line of text without any further restrictions.
The same text which can be read under input.
Input:
42
Output:
42
Input:
ECHO
Output:
ECHO