;Task:
Create a window and draw a pixel in it, subject to the following:

::# &nbsp;the window is 320 x 240
::# &nbsp;the color of the pixel must be red (255,0,0)
::# &nbsp;the position of the pixel is x = 100, y = 100

