RosettaCodeData/Task/Draw-a-pixel/Processing/draw-a-pixel-1.processing

3 lines
47 B
Plaintext

size(320, 240);
set(100, 100, color(255,0,0));