Problem 344: Reverse String Difficulty: Easy Problem Write a function that takes a string as input and returns the string reversed. Example Input: "hello" Output: "olleh"