RosettaCodeData/Task/Hello-world-Graphical/EC/hello-world-graphical-2.ec
2023-07-01 13:44:08 -04:00

2 lines
108 B
Text

import "ecere"
Label label { text = "Goodbye, World!", hasClose = true, opacity = 1, size = { 320, 200 } };