Skip to content

Instantly share code, notes, and snippets.

@rendon
Created November 12, 2015 16:48
Show Gist options
  • Save rendon/1308e65b73b82d452bba to your computer and use it in GitHub Desktop.
Save rendon/1308e65b73b82d452bba to your computer and use it in GitHub Desktop.
Invasion zombie check
bool check(int64 d, int64 c) {
return f(d) >= c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment