Echo Twice
Print the input word twice, on separate lines!
Input Format
A string WWW which represents the input word
Output Format
The input word WWW twice on different lines
Sample Input
cat
Sample Output
cat
cat
Print the input word twice, on separate lines!
A string WWW which represents the input word
The input word WWW twice on different lines