Last active
August 29, 2015 14:15
-
-
Save ryanseys/72ec2a69d377694041be to your computer and use it in GitHub Desktop.
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
| var vq = function () { | |
| var heart = ' '+ | |
| '\n _____ _____ '+ | |
| '\n ,ad8PPPP88b, ,d88PPPP8ba, '+ | |
| '\n d8P" "Y8b, ,d8P" "Y8b '+ | |
| '\n dP´ "8a8" `Yd '+ | |
| '\n 8( " )8 '+ | |
| '\n I8 8I '+ | |
| '\n Yb, BE MY ,dP '+ | |
| '\n "8a, VALENQUINE ,a8" '+ | |
| '\n "8a, ,a8" '+ | |
| '\n "Yba adP" '+ | |
| '\n `Y8a a8P´ '+ | |
| '\n `88, ,88´ '+ | |
| '\n "8b d8" '+ | |
| '\n "8b d8" '+ | |
| '\n `888´ '+ | |
| '\n " '+ | |
| '\n '; | |
| console.log('var vq = ' + vq.toString() + ';\n\nvq();'); | |
| }; | |
| vq(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to run: