4 lines
57 B
Text
4 lines
57 B
Text
|
|
size(320, 240);
|
||
|
|
stroke(color(255,0,0));
|
||
|
|
point(100, 100);
|