Skip to content

Instantly share code, notes, and snippets.

@munro
Created October 8, 2014 19:32
Show Gist options
  • Save munro/22f04112e1d33398a443 to your computer and use it in GitHub Desktop.
Save munro/22f04112e1d33398a443 to your computer and use it in GitHub Desktop.
a = 5
b = 3
c = a + b = 15
a a a a a
b c c c c c
b c c c c c
b c c c c c
a = 15
b = 4
c = a / b = 3.75
b b b b
c a a a a
c a a a a
c a a a a
c a a a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment