Skip to content

Instantly share code, notes, and snippets.

@sabotai
Created February 15, 2017 14:45
Show Gist options
  • Save sabotai/f31ce2e32888ee5316b634cdb8fb197f to your computer and use it in GitHub Desktop.
Save sabotai/f31ce2e32888ee5316b634cdb8fb197f to your computer and use it in GitHub Desktop.
GD105 Homework 3
void setup(){
size(1000,1000);
}
void draw(){
background(200);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment