Skip to content

Instantly share code, notes, and snippets.

@jnslxndr
Created January 26, 2011 17:54
Show Gist options
  • Save jnslxndr/797109 to your computer and use it in GitHub Desktop.
Save jnslxndr/797109 to your computer and use it in GitHub Desktop.
/**
* My Program
*/
void setup(){
smooth();
size(300,300);
}
void draw(){
background(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment