RosettaCodeData/Task/Hello-world-Graphical/Euphoria/hello-world-graphical.euphoria
2023-07-01 13:44:08 -04:00

4 lines
89 B
Text

include msgbox.e
integer response
response = message_box("Goodbye, World!","Bye",MB_OK)