Skip to content

Instantly share code, notes, and snippets.

@kb10uy
Created August 4, 2014 09:31
Show Gist options
  • Save kb10uy/322d111158397713a3d2 to your computer and use it in GitHub Desktop.
Save kb10uy/322d111158397713a3d2 to your computer and use it in GitHub Desktop.
bool r=false;
while(true) {
if (r) {
r=true;
setHiyoko(yellow);
raiseHand(LEFT);
setHiyoko(brown);
raiseHand(LEFT);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment