/* built with Studio Sketchpad:
* https://sketchpad.cc
*
* observe the evolution of this sketch:
* https://playgramming.sketchpad.cc/sp/pad/view/ro.BhgSWmfdrIp/rev.7
*
* authors:
* devon
* Devon Scott-Tunkin
* license (unless otherwise specified):
* creative commons attribution-share alike 3.0 license.
* https://creativecommons.org/licenses/by-sa/3.0/
*/
// http://playgramming.tumblr.com/post/40058151135/project-1-painting-with-code
void setup() { // this is run once.
}
void draw() { // this is run repeatedly.
}