Skip to content

Instantly share code, notes, and snippets.

@KanyeZest
Created August 30, 2017 01:37
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 KanyeZest/37438a2cfd7debdc41dc2ebefe2c0f7f to your computer and use it in GitHub Desktop.
Save KanyeZest/37438a2cfd7debdc41dc2ebefe2c0f7f to your computer and use it in GitHub Desktop.
//Just drew some circles and squares
//tbh drk what im doing
void jesseGraphic(int i, int j, int r, int d) {
ellipse(i, j, r, d);
rect(i, j, 20, 20);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment