Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 136 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 136 Bytes

Problem

Write a function that takes a string as input and returns the string reversed.

Example: Given s = "hello", return "olleh".