Skip to content

Instantly share code, notes, and snippets.

@void-hoge
Created August 12, 2017 19:34
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/e6c61b10127cd403e4c6be4bab922c9d to your computer and use it in GitHub Desktop.
Save void-hoge/e6c61b10127cd403e4c6be4bab922c9d to your computer and use it in GitHub Desktop.
typedef int color;
const color white = 0;
const color black = 1;
const color empty = -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment