> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://lowell-simon.sketchpad.cc/sp/pad/view/ro.WCkbNnr3RhK/rev.25
 * 
 * authors: 
 *   Art Simon

 * license (unless otherwise specified): 
 *   creative commons attribution-share alike 3.0 license.
 *   https://creativecommons.org/licenses/by-sa/3.0/ 
 */ 



void setup()
{
    size(300,300);
}
void draw()
{    
    ellipse(150,150,100,100);
}