void setup(){ frameRate(1); println("I'm Starting"); } void draw(){ println("I'm running"); }