Created
July 14, 2015 03:02
-
-
Save NaokiStark/cadb24d5cf12eddd7ffb 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 params = JSON.parse(process.argv[2]); | |
var trt=["Te quiero :love:",":love:","Te quiero cc4y3389yfff33cc"+params.nick+" :love:","<3","♥"]; | |
console.log(trt[Math.floor(Math.random() * trt.length)]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment