/* built with Studio Sketchpad:
* https://sketchpad.cc
*
* observe the evolution of this sketch:
* https://uclaspring12.sketchpad.cc/sp/pad/view/ro.KHSmQNaPG8Z/rev.5
*
* authors:
* Casey Reas
* license (unless otherwise specified):
* creative commons attribution-share alike 3.0 license.
* https://creativecommons.org/licenses/by-sa/3.0/
*/
// Workshop 3 Template
// Clone and modify this program, then change the name to
// [YOUR NAME] - Workshop 3
// Press Control-R to render the sketch
void setup() {
size(640, 360);
}
void draw() {
}