Skip to content

Instantly share code, notes, and snippets.

@void-hoge
Created June 27, 2017 12:32
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 void-hoge/c91faf8889781b1b72984c86d6edbad4 to your computer and use it in GitHub Desktop.
Save void-hoge/c91faf8889781b1b72984c86d6edbad4 to your computer and use it in GitHub Desktop.
bool Board::checkError(){
return (~(OR(cells)) != 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment