Created
May 28, 2014 09:26
-
-
Save oieioi/40cc8ab82b97b31e0470 to your computer and use it in GitHub Desktop.
しにたい
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
#!/usr/bin/env coffee | |
if (Math.floor Math.random()*100) > 98 | |
console.log "シネ" | |
else | |
console.log "がんばれ" |
osakanafish
commented
Jun 1, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment