test
**test*
Peep
fist attempt successful
tomato
potato
1.fruit
2.vegetable
/**@peep sketch */ /** @peep sketchcode */ size(200, 200); background(255, 204, 0); stroke(204, 102, 0); rect(30, 20, 55, 55); noStroke(); colorMode(RGB, 100); for(int i=0; i<100; i++) { for(int j=0; j<100; j++) { stroke(i, j, 0); point(i, j); } }
Comments
HELLO WORLD