Skip to content

Instantly share code, notes, and snippets.

@littleredcomputer
Created June 10, 2014 06:18
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 littleredcomputer/46a7d17c3126179863c4 to your computer and use it in GitHub Desktop.
Save littleredcomputer/46a7d17c3126179863c4 to your computer and use it in GitHub Desktop.
void setup () {
fill(255,0,60);
stroke(0);
rect(50,50,10,10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment