RosettaCodeData/Task/Draw-a-pixel/Mathematica/draw-a-pixel.math
2023-07-01 13:44:08 -04:00

1 line
94 B
Text

CreateWindow[PaletteNotebook[{Graphics[{Red, Point[{100, 100}]}]}], WindowSize -> {320, 240}]