Given a string implement a function which returns a reversed copy of that string.
Don't use Kotlin String.reverse
function
reverse('apple') == 'leppa'
reverse('hello') == 'olleh'
reverse('Greetings!') == '!sgniteerG'
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||