Skip to content

Instantly share code, notes, and snippets.

@lelandbatey
Created August 12, 2023 21:11
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 lelandbatey/f4ba8562d56ae8100120a1749e3c663b to your computer and use it in GitHub Desktop.
Save lelandbatey/f4ba8562d56ae8100120a1749e3c663b to your computer and use it in GitHub Desktop.
GOOD LUCK challenge
// A fun challenge; make it print your name, instead of mine : )
((G, O)=>O((D, __, LUCK)=>()=>{
console.log("from your friend: "+D(__)(LUCK));
})())("HAVE FUN",
(w) => {return w(
((window) => ((_)=>_(_))( (($)=>window( ((console)=>$($)(console)))))),
((N) => ((L)=> 6 ^ (~~L) ? String.fromCharCode(95-(31 & 924798803 >> 5 * L))+N((~~L)+1) : "\n")),
undefined)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment