RosettaCodeData/Task/Hello-world-Graphical/FreeBASIC/hello-world-graphical-2.basic

3 lines
68 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#INCLUDE "windows.bi"
MessageBox(0, "Goodbye, World!", "Message",0)