RosettaCodeData/Task/Draw-a-pixel/00-TASK.txt
2023-07-01 13:44:08 -04:00

7 lines
220 B
Text

;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