Skip to content

Instantly share code, notes, and snippets.

@LadyScream
Created February 14, 2019 10:58
Show Gist options
  • Save LadyScream/47a5c8d3d3185350dc4e8b8f62ed2dbc to your computer and use it in GitHub Desktop.
Save LadyScream/47a5c8d3d3185350dc4e8b8f62ed2dbc to your computer and use it in GitHub Desktop.
test.pde
void setup() {
size(200, 200);
background(100);
stroke(255);
ellipse(50, 50, 25, 25);
println("hello web!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment