size(250, 250);
background(255);

int x = width / 2;
int y = height / 2;
int s = width / 4;
rect(x, y, s, s);
