RosettaCodeData/Task/Draw-a-pixel/Mathematica/draw-a-pixel.math

2 lines
94 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
CreateWindow[PaletteNotebook[{Graphics[{Red, Point[{100, 100}]}]}], WindowSize -> {320, 240}]