RosettaCodeData/Task/Hello-world-Graphical/Pluto/hello-world-graphical.pluto

6 lines
109 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
require "bitmap"
local bmp = bitmap.of(200, 50)
bmp:text("Goodbye, World!", 10, 10, color.white)
bmp:view()