RosettaCodeData/Task/Hello-world-Graphical/PascalABC.NET/hello-world-graphical.pas

5 lines
137 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// Hello world/Graphical. Nigel Galloway: January 16th., 2023
begin
System.Windows.Forms.MessageBox.Show('Farewell Cruel World!')
end.