Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dha-lo-jd/b0328eaeedd0ba971f2e to your computer and use it in GitHub Desktop.
Save dha-lo-jd/b0328eaeedd0ba971f2e to your computer and use it in GitHub Desktop.
Void work() {
return null;
}
Void wait() {
return null;
}
Void accept(boolean is) {
if (is)
return work();
return wait();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment