Skip to content

Instantly share code, notes, and snippets.

Created October 11, 2012 16:16
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 anonymous/5a49df8266cd97c6dbe8 to your computer and use it in GitHub Desktop.
Save anonymous/5a49df8266cd97c6dbe8 to your computer and use it in GitHub Desktop.
ButtonUp g("a", "b");
cout << g.toString();
g.play(0);
cout << g.toString();
g.play(1);
cout << g.toString();
g.play(2);
cout << g.toString();
g.play(3);
cout << g.toString();
g.play(4);
cout << g.toString();
g.play(5);
cout << g.toString();
g.play(6);
cout << g.toString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment