Exercise 7-2 from Learning Processing:
Write a function that displays Zoog (or your own SIMPLE design). Call that function
from within draw( ).
void setup() {
size(200,200);
}
void draw() {
background(0);
______________________________________________________
}
___________________ _________________ ________________ {
______________________________________________________
______________________________________________________
______________________________________________________
______________________________________________________
__________________