RosettaCodeData/Task/Draw-a-pixel/Processing/draw-a-pixel-4.processing
2023-07-01 13:44:08 -04:00

3 lines
57 B
Text

size(320, 240);
stroke(color(255,0,0));
point(100, 100);