RosettaCodeData/Task/Hello-world-Graphical/Delphi/hello-world-graphical.delphi
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
92 B
Text

program HelloWorldGraphical;
uses
Dialogs;
begin
ShowMessage('Goodbye, World!');
end.