Skip to content

Instantly share code, notes, and snippets.

@tachyondev
tachyondev / SHERLOCK.java
Last active December 31, 2021 16:19
Fix the code and follow the instructions
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);