Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save ryanseys/72ec2a69d377694041be to your computer and use it in GitHub Desktop.

Select an option

Save ryanseys/72ec2a69d377694041be to your computer and use it in GitHub Desktop.
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();
@ryanseys
Copy link
Author

How to run:

$ node valenquine.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment