Draw a pixel: Difference between revisions

Line 744:
The color of the pixel at (100, 100) is red.
</pre>
Create a PNG image?
 
::<lang go>package main
 
Line 768:
}
</lang>
Interpret the question as a GUI "window" rather than an image?
 
::<lang go>package main
Anonymous user