Skip to content

Instantly share code, notes, and snippets.

@otaruMendez
Created February 23, 2019 20:50
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 otaruMendez/9225beb4389f540b6095d6f5f31bceb1 to your computer and use it in GitHub Desktop.
Save otaruMendez/9225beb4389f540b6095d6f5f31bceb1 to your computer and use it in GitHub Desktop.
Cell Class for the Pizza Question
public class Cell {
int x;
int y;
char ingredient;
boolean cutOut = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment