Skip to content

Instantly share code, notes, and snippets.

@jmlane
Created March 25, 2013 14:22
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 jmlane/5237455 to your computer and use it in GitHub Desktop.
Save jmlane/5237455 to your computer and use it in GitHub Desktop.
Thinking Big's puzzle for job seekers during the February 2013 ITAP PEI IT Job Fair (Charlottetown, Prince Edward Island, Canada).
var encoded = "72 6f 6e 2b 64 65 63 6f 64 65 64 40 74 68 69 6e 6b 69 6e 67 62 69 67 2e 6e 65 74";
(function(encodedString) {
// TODO: Figure out what to do here.
})(encoded);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment