Read a word and print it reversed.
Example:
Input:
hello
Output:
olleh
Hint: Build a new string by adding letters from the end.