Reverse Text

Input

Output

What is reversing text?

Reversing text is the process of taking a string of characters and reversing the order of the characters. For example, the string "hello" would become "olleh". This can be useful for various applications such as creating palindromes, encoding messages, or simply for fun.