Skip to content

Instantly share code, notes, and snippets.

@0mg
Created June 20, 2011 12:49
Show Gist options
  • Select an option

  • Save 0mg/1035554 to your computer and use it in GitHub Desktop.

Select an option

Save 0mg/1035554 to your computer and use it in GitHub Desktop.
おみくじゴルフ
['凶大中小末'[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