// trying be forgiving if end semicolon missed
void setup() {
  background(255)
}
