reverseString("Hello World!")
on reverseString(str)
reverse of characters of str as string
end reverseString