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

3 lines
68 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
#INCLUDE "windows.bi"
MessageBox(0, "Goodbye, World!", "Message",0)