Created
June 1, 2012 18:24
-
-
Save atebitftw/2854180 to your computer and use it in GitHub Desktop.
Code Golf - Rick Roll
This file contains 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
void main(){var c="DEF>G~DEH>I~DEJK)L>~DEB>M~DENO~DE=PQ)R>~~";var d="STU9V*W~XYZ[\\~]^_#N`~abc&dZef~g&'h)iEj`~";var e="~DEvDEF~x>t~";var o='';' !"#\$~%&\'()*+,~-./0123~%456789:~,;<=>?1@~AB>C~~$c${d}kl>mn?1@~o=np^q#r~~$c${c}sF>t~sF>t~u${e}u$e~$d~,;<=>?1@~AB>C~~$c$c$c'.charCodes().forEach((i)=>o+=i==126?'\n':'${"We're no strangers to love You know the rules and so do I A full commitment's what I'm thinking of wouldn't get this from any other guy just wanna tell you how feeling Gotta make understand Never gonna give up let down run around desert cry say goodbye a lie hurt We've known each for long Your heart's been aching but You're too shy it Inside we both what's going on We game we're play And if ask me Don't you're blind see (Ooh, up) (Ooh) give, never (Give".split(' ')[i-32]} ');print(o);} |
That is pretty cool :)
802b now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
819 bytes on the first pass.