Skip to content

Instantly share code, notes, and snippets.

@casperkaae
Created February 1, 2017 14:36
Show Gist options
  • Save casperkaae/8f5e37da2852e5a04d66157a0e6fc037 to your computer and use it in GitHub Desktop.
Save casperkaae/8f5e37da2852e5a04d66157a0e6fc037 to your computer and use it in GitHub Desktop.
head tail fun
H=heads, T=Tail
HHH = 1
HHT = 2
HTH = 3
HTT = 4
THH = 5
THT = flip again
TTH = flip again
TTT = flip again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment