Skip to content

Instantly share code, notes, and snippets.

@oieioi
Created May 28, 2014 09:26
Show Gist options
  • Save oieioi/40cc8ab82b97b31e0470 to your computer and use it in GitHub Desktop.
Save oieioi/40cc8ab82b97b31e0470 to your computer and use it in GitHub Desktop.
しにたい
#!/usr/bin/env coffee
if (Math.floor Math.random()*100) > 98
console.log "シネ"
else
console.log "がんばれ"
@osakanafish
Copy link

Math.random = ->
  # おいしいものでも食べたらいいんじゃないでしょうか
  return 0.9

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