Empty Window

[MONSTERFEST]

// empty window

void setup() {
  size(500, 600);
} //setup

void draw() {
  // CODE HERE
} //draw