RosettaCodeData/Task/Draw-a-pixel/00-TASK.txt

8 lines
220 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Create a window and draw a pixel in it, subject to the following:
::#  the window is 320 x 240
::#  the color of the pixel must be red (255,0,0)
::#  the position of the pixel is x = 100, y = 100