#13. frontBack
frontBack
Background
Description
Given a string, return a new string where the first and last chars have been exchanged.
Format
Input
Output
Samples
code
"eodc"
a
"a"
ab
"ba"
Limitation
1s, 1024KiB for each test case.