Skip to content

Instantly share code, notes, and snippets.

@stockholmux
Created May 17, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stockholmux/1dc766388d9ef8a54f3902c16dc8a108 to your computer and use it in GitHub Desktop.
Save stockholmux/1dc766388d9ef8a54f3902c16dc8a108 to your computer and use it in GitHub Desktop.
> SETBIT yankees_record 2 1 // Won game 2
> SETBIT yankees_record 3 1
> SETBIT yankees_record 10 1 // Breaking 6 game losing streak!
> SETBIT yankees_record 11 1
> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment