Created
August 12, 2023 21:11
-
-
Save lelandbatey/f4ba8562d56ae8100120a1749e3c663b to your computer and use it in GitHub Desktop.
GOOD LUCK challenge
This file contains hidden or 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
// 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