public class Reverse { public static void main(String[] args) { System.out.println(new StringBuffer(args[0]).reverse()); }}