Created
June 20, 2011 12:49
-
-
Save 0mg/1035554 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
| ['凶大中小末'[n=new Date%6]]+(n?'吉':'') | |
| ['凶大中小末'[n=new Date%6]]+['吉'[n%n]] | |
| ['凶大中小末'[n=new Date%6]]+['吉'[+!n]] | |
| ['大中小末'[n=new Date%6]]+'凶吉'[+(n<5)] | |
| '凶大中小末'.charAt(n=new Date%6)+(n?'吉':'') | |
| ['大吉','中吉','小吉','末吉','吉','凶'][new Date%6] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment