Skip to content

Instantly share code, notes, and snippets.

@nu7hatch
Created June 3, 2013 18:05
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 nu7hatch/5700037 to your computer and use it in GitHub Desktop.
Save nu7hatch/5700037 to your computer and use it in GitHub Desktop.
int numberOfSheeps = 0;
for (; numberOfSheeps < sheeps.length; numberOfSheeps++) {
if (me.asleep) break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment