public class Solution {
  public String reverseString(String s) {
    // Write your code here.
  }
}