Given a string implement a function which returns a reversed copy of that string.
Don’t use Kotlin String.reverse function
String.reverse
reverse('apple') == 'leppa' reverse('hello') == 'olleh' reverse('Greetings!') == '!sgniteerG'