Skip to content

Instantly share code, notes, and snippets.

@KirkSteffke
Last active July 10, 2016 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KirkSteffke/0850b7f3cfe38453b442 to your computer and use it in GitHub Desktop.
Save KirkSteffke/0850b7f3cfe38453b442 to your computer and use it in GitHub Desktop.
Base code for the fourth CRM Science Lab Coat Challenge
// Start with this
string Key == 'k';
string DecryptMe = 'ls~8vƒ9z„„vozk|~ƒ';
string Decrypted = '';
// Your code here!
// Confirm your results
system.debug('Decrypted: ' + Decrypted;
@drhewitt
Copy link

The string length of DecryptMe is 18 characters, yet I count 13 characters looking at your code.

Do you have any advice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment