This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SHERLOCK { | |
private static int encodeKey = 4; | |
// DO NOT EDIT BELOW LINE | |
private static String encodedString = "Gsrkvexypexmsr0$}sy$jm|ih$epp$xli$mwwyiw$>$lxxtw>33fmx2p}37tKpq<I"; | |
public static void main(String []args){ | |
String decodedString = new SHERLOCK().decode(encodedString); | |
System.out.println(decodedString); |