mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 12:53:50 +02:00
7 lines
101 B
ObjectPascal
7 lines
101 B
ObjectPascal
|
|
Program LazMessage;
|
|
Uses Dialogs;
|
|
begin
|
|
ShowMessage ('This is a message from Lazarus')
|
|
end.
|